M_Rhino_Geometry_Collections_NurbsCurvePointList_ControlPolygon - mcneel/rhinocommon-api-docs GitHub Wiki
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) Version: Rhino 6.0
C#
public Polyline ControlPolygon()
VB
Public Function ControlPolygon As Polyline
Type: Polyline
A polyline connecting all control points.
Supported in: 6.0.16224.21491, 5D58w
NurbsCurvePointList Class
Rhino.Geometry.Collections Namespace