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()
Public Function ControlPolygon As Polyline
Return Value
Type:
PolylineA polyline connecting all control points.
See Also