M_Rhino_Geometry_PolylineCurve_ToPolyline - mcneel/rhinocommon-api-docs GitHub Wiki
Returns the underlying Polyline, or points.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Polyline ToPolyline()
VB
Public Function ToPolyline As Polyline
Type: Polyline
The Polyline if successful, null of the curve has no points.
Supported in: 6.0.16224.21491
PolylineCurve Class
ToPolyline Overload
Rhino.Geometry Namespace