Returns a new line with
P1 set to the provided value.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public LineD3D WithP1(
PointD3D p1
)
Parameters
- p1 PointD3D
- The value for P1.
Return Value
LineD3DA new line with
P1 set to the provided value.
See Also