M_Rhino_Geometry_Line__ctor_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Constructs a new line segment from start point and span vector.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Line(
Point3d start,
Vector3d span
)
VB
Public Sub New (
start As Point3d,
span As Vector3d
)
- start
- Type: Rhino.Geometry.Point3d
Start point of line segment. - span
- Type: Rhino.Geometry.Vector3d
Direction and length of line segment.
Supported in: 6.0.16224.21491, 5D58w