NURBSTo class

NURBSTo class

Contains the x- and y-coordinates, position of the second to last knot, position of the last weight, position of the first knot, position of the first weight, and the formula for a nonuniform rational B-spline (NURBS). This information is specified in the X, Y, A, B, C, D, and E elements, respectively.

Inheritance: NURBSToCoordinate

The NURBSTo type exposes the following members:

Constructors

ConstructorDescription
NURBSTo()Creates an instance of the NURBSTo class.

Properties

PropertyDescription
ixThe zero-based index of the element within its parent element.
xThe x-coordinate of the last control point of a nonuniform rational B-spline (NURBS).
yThe y-coordinate of the last control point of a nonuniform rational B-spline (NURBS).
aThe second-to-last knot of the nonuniform rational B-spline (NURBS).
bThe last weight of the nonuniform rational B-spline (NURBS).
cThe first knot of the nonuniform rational B-spline (NURBS).
dThe first weight of the nonuniform rational B-spline (NURBS)
eContains a nonuniform rational B-spline (NURBS) formula.

Methods

MethodDescription
clone()Creates deep copy of this instance.

See Also