Overload_Rhino_Geometry_PolylineCurve__ctor - mcneel/rhinocommon-api-docs GitHub Wiki
Name | Description | |
---|---|---|
![]() |
PolylineCurve() | Initializes a new empty polyline curve. |
![]() |
PolylineCurve(IEnumerable(Point3d)) | Initializes a new polyline curve by copying its content from another set of points. |
![]() |
PolylineCurve(PolylineCurve) | Initializes a new polyline curve by copying its content from another polyline curve. |
![]() |
PolylineCurve(SerializationInfo, StreamingContext) | Protected constructor for internal use. |