PolylineCurve Constructor (PolylineCurve) |
Initializes a new polyline curve by copying its content from another polyline curve.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic PolylineCurve(
PolylineCurve other
)
Public Sub New (
other As PolylineCurve
)
Parameters
- other
- Type: Rhino.GeometryPolylineCurve
Another polyline curve.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also