M_Rhino_Geometry_Line__ctor_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Line Constructor (Point3d, Vector3d)

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Line(
	Point3d start,
	Vector3d span
)

VB

Public Sub New ( 
	start As Point3d,
	span As Vector3d
)

Parameters

 

start
Type: Rhino.Geometry.Point3d
Start point of line segment.
span
Type: Rhino.Geometry.Vector3d
Direction and length of line segment.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Line Structure
Line Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️