NURBSTo
Source: aspose.
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.
new NURBSTo()
Creates an instance of the NURBSTo class.
Methods
deepClone() → Object
Creates deep copy of this instance.
- Returns
-
Object
getA()
The second-to-last knot of the nonuniform rational B-spline (NURBS).
getB()
The last weight of the nonuniform rational B-spline (NURBS).
getC()
The first knot of the nonuniform rational B-spline (NURBS).
getD()
The first weight of the nonuniform rational B-spline (NURBS)
getDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
getE()
Contains a nonuniform rational B-spline (NURBS) formula.
getIX()
The zero-based index of the element within its parent element.
getX()
The x-coordinate of the last control point of a nonuniform rational B-spline (NURBS).
getY()
The y-coordinate of the last control point of a nonuniform rational B-spline (NURBS).
setA()
The second-to-last knot of the nonuniform rational B-spline (NURBS).
setB()
The last weight of the nonuniform rational B-spline (NURBS).
setC()
The first knot of the nonuniform rational B-spline (NURBS).
setD()
The first weight of the nonuniform rational B-spline (NURBS)
setDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
setE()
Contains a nonuniform rational B-spline (NURBS) formula.
setIX()
The zero-based index of the element within its parent element.
setX()
The x-coordinate of the last control point of a nonuniform rational B-spline (NURBS).
setY()
The y-coordinate of the last control point of a nonuniform rational B-spline (NURBS).