LineCurve
- class rhino3dm.LineCurve
- LineCurve(from, to)
Initializes a new instance of the class, by setting start and end point from two 3D points.
- Parameters:
from (rhino3dm.Point3d) – A start point.
to (rhino3dm.Point3d) – An end point.
- Line
Line: Gets or sets the Line value inside this curve.