Click or drag to resize

NurbsCurveFitParametersPeriodicControlPointCount 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 int PeriodicControlPointCount { get; }

Property Value

Type: Int32
See Also