LineCurve Constructor (LineCurve) |
Initializes a new instance of the
LineCurve class, by
copying values from another linear curve.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public LineCurve(
LineCurve other
)
Public Sub New (
other As LineCurve
)
Parameters
- other
- Type: Rhino.GeometryLineCurve
[Missing <param name="other"/> documentation for "M:Rhino.Geometry.LineCurve.#ctor(Rhino.Geometry.LineCurve)"]
See Also