Click or drag to resize

NurbsCurveFitParametersClosed Property

Number of total control points if the NURBS curve will be periodic. This number is >= PointCount() and includes periodic duplicates.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Closed { get; set; }

Property Value

Type: Boolean
See Also