Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
method | getA() | |
method | setA(value) | |
The second-to-last knot of the nonuniform rational B-spline (NURBS). | ||
method | getB() | |
method | setB(value) | |
The last weight of the nonuniform rational B-spline (NURBS). | ||
method | getC() | |
method | setC(value) | |
The first knot of the nonuniform rational B-spline (NURBS). | ||
method | getD() | |
method | setD(value) | |
The first weight of the nonuniform rational B-spline (NURBS) | ||
method | getDel() | |
method | setDel(value) | |
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. | ||
method | getE() | |
method | setE(value) | |
Contains a nonuniform rational B-spline (NURBS) formula. | ||
method | getIX() | |
method | setIX(value) | |
The zero-based index of the element within its parent element. | ||
method | getX() | |
method | setX(value) | |
The x-coordinate of the last control point of a nonuniform rational B-spline (NURBS). | ||
method | getY() | |
method | setY(value) | |
The y-coordinate of the last control point of a nonuniform rational B-spline (NURBS). |
Method Summary | ||
---|---|---|
method | deepClone() | |
Creates deep copy of this instance.
|
int getIX() / setIX(value)
int getDel() / setDel(value)
DoubleValue getX() / setX(value)
DoubleValue getY() / setY(value)
DoubleValue getA() / setA(value)
DoubleValue getB() / setB(value)
DoubleValue getC() / setC(value)
DoubleValue getD() / setD(value)
StrValue getE() / setE(value)