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