Click or drag to resize

PolylineCurveToPolyline Method

Returns the underlying Polyline, or points.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Polyline ToPolyline()

Return Value

Type: Polyline
The Polyline if successful, null of the curve has no points.
See Also