System Variable SPLKNOTS

Determines the default knot computational method for the Spline command when the fit points method is active (Knots option).

Values

0 Chord. Sets the knots connecting each component curve so that they are proportional to the distances between each associated pair of fit points. This type of knot parameterization is known as chord length method. (default)
1 Square root. Sets the knots connecting each component curve so that they are proportional to the square root of the distance between each associated pair of fit points. This type of knot parameterization is known as centripetal method.
2 Uniform. Sets the distances of the knots of each component curve so that they are equal, regardless of the distance of the fit points. This type of knot parameterization is known as equidistant method method.

Properties

Type Integer
Range 0 | 1 | 2
Default 0
Status Read / Write
Saved Not saved

Related Variables

SPLMETHOD, SPLDEGREE, PLINECONVERTMODE

Related Commands

Spline