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