Click or drag to resize

NurbsCurveFitParametersClampedControlPointCount Property

Number of control points if the NURBS curve will be clamped. Number of total control points if the NURBS curve will be periodic. This number is >= PointCount() Includes SubDFriendly constrained points and the duplicated point for a clamped closed curve.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int ClampedControlPointCount { get; }

Property Value

Type: Int32
See Also