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)
Syntaxpublic int ClampedControlPointCount { get; }Public ReadOnly Property ClampedControlPointCount As Integer
Get
Property Value
Type:
Int32
See Also