Click or drag to resize

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

Property Value

Type: Boolean
See Also