Click or drag to resize

NurbsCurveKnotList Properties

The NurbsCurveKnotList type exposes the following members.

Properties
  NameDescription
Public propertyCount
Total number of knots in this curve.
Public propertyIsClampedEnd
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.
Public propertyIsClampedStart
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.
Public propertyItem
Gets or sets the knot vector value at the given index.
Public propertyKnotStyle
Gets the style of the knot vector.
Top
See Also