NurbsCurveKnotListIsClampedStart Property |
Gets a value indicating whether or not the knot vector is clamped at the start of the curve.
Clamped curves start at the first control-point. This requires fully multiple knots.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public bool IsClampedStart { get; }
Public ReadOnly Property IsClampedStart As Boolean
Get
Property Value
Type:
BooleanSee Also