Click or drag to resize

CurveControlPolygon Method

Gets the curve's control polygon.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.11
Syntax
public Polyline ControlPolygon()

Return Value

Type: Polyline
The control polygon as a polyline if successful, null otherwise.
See Also