Click or drag to resize

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; }

Property Value

Type: Boolean
See Also