NURBSTo

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.

NURBSTo()

Creates an instance of the NURBSTo class.

Properties

NameTypeDescription
IXintThe zero-based index of the element within its parent element.
DelintA flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
XDoubleValueThe x-coordinate of the last control point of a nonuniform rational B-spline (NURBS).
YDoubleValueThe y-coordinate of the last control point of a nonuniform rational B-spline (NURBS).
ADoubleValueThe second-to-last knot of the nonuniform rational B-spline (NURBS).
BDoubleValueThe last weight of the nonuniform rational B-spline (NURBS).
CDoubleValueThe first knot of the nonuniform rational B-spline (NURBS).
DDoubleValueThe first weight of the nonuniform rational B-spline (NURBS)
EStrValueContains a nonuniform rational B-spline (NURBS) formula.

Methods

NameDescription
deepCloneCreates deep copy of this instance.