LineCurve Constructor (Line) |
Initializes a new instance of the
LineCurve class, by
retrieving its value from a
line.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic LineCurve(
Line line
)
Public Sub New (
line As Line
)
Parameters
- line
- Type: Rhino.GeometryLine
A line to use as model.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also