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