Line Constructor (Point3d, Vector3d)

Line Constructor (Point3d, Vector3d)

Constructs a new line segment from start point and span vector.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Line(
	Point3d start,
	Vector3d span
)
Public Sub New ( 
	start As Point3d,
	span As Vector3d
)

Parameters

start
Type: Rhino.GeometryPoint3d
Start point of line segment.
span
Type: Rhino.GeometryVector3d
Direction and length of line segment.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also