NurbsCurve.KnotVectors

NurbsCurve.KnotVectors property

Gets the knot vector, it is a sequence of parameter values that determines where and how the control points affect the NURBS curve.

public IArrayList<double> KnotVectors { get; }

See Also