M_Rhino_Geometry_PolylineCurve__ctor_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Initializes a new polyline curve by copying its content from another polyline curve.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public PolylineCurve(
PolylineCurve other
)
VB
Public Sub New (
other As PolylineCurve
)
- other
- Type: Rhino.Geometry.PolylineCurve
Another polyline curve.
Supported in: 6.0.16224.21491, 5D58w
PolylineCurve Class
PolylineCurve Overload
Rhino.Geometry Namespace