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)
Syntaxpublic Polyline ControlPolygon()
Public Function ControlPolygon As Polyline
Return Value
Type:
PolylineA polyline connecting all control points.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also