Click or drag to resize

NurbsCurvePointListControlPolygon Method

Constructs a polyline through all the control points. Note that periodic curves generate a closed polyline with fewer points than control-points.

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

Return Value

Type: Polyline
A polyline connecting all control points.
See Also