| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ Vector3D | GetDerivative1
()
Get method for attribute "Derivative1" The first partial derivatives of X, Y, and Z, with respect to u and v |
| /*optional*/ Vector3D | GetDerivative2
()
Get method for attribute "Derivative2" The first partial derivatives of X, Y, and Z, with respect to u and v |
| /*optional*/ Vector3D | GetNormal
()
Get method for attribute "Normal" A unit vector in the direction of the outward normal to the surface at that point |
| UVParams | GetParams
()
Get method for attribute "Params" The u and v parameters |
| Point3D | GetPoint
()
Get method for attribute "Point" The X, Y, and Z coordinates of the point, with respect to the model coordinates |
| void | SetDerivative1
(
/*optional*/
Vector3D value)
Set method for attribute "Derivative1" The first partial derivatives of X, Y, and Z, with respect to u and v |
| void | SetDerivative2
(
/*optional*/
Vector3D value)
Set method for attribute "Derivative2" The first partial derivatives of X, Y, and Z, with respect to u and v |
| void | SetNormal
(
/*optional*/
Vector3D value)
Set method for attribute "Normal" A unit vector in the direction of the outward normal to the surface at that point |
| void | SetParams
(UVParams value)
Set method for attribute "Params" The u and v parameters |
| void | SetPoint
(Point3D value)
Set method for attribute "Point" The X, Y, and Z coordinates of the point, with respect to the model coordinates |
| Method Detail |
|---|
| GetParams/SetParams |
|---|
| UVParams | GetParams | () |
| void | SetParams | (UVParams value) |
| The u and v parameters |
| GetPoint/SetPoint |
|---|
| Point3D | GetPoint | () |
| void | SetPoint | (Point3D value) |
| The X, Y, and Z coordinates of the point, with respect to the model coordinates |
| GetDerivative1/SetDerivative1 |
|---|
| /*optional*/ Vector3D | GetDerivative1 | () |
| void | SetDerivative1 | ( /*optional*/ Vector3D value) |
| The first partial derivatives of X, Y, and Z, with respect to u and v
|
| GetDerivative2/SetDerivative2 |
|---|
| /*optional*/ Vector3D | GetDerivative2 | () |
| void | SetDerivative2 | ( /*optional*/ Vector3D value) |
| The first partial derivatives of X, Y, and Z, with respect to u and v
|
| GetNormal/SetNormal |
|---|
| /*optional*/ Vector3D | GetNormal | () |
| void | SetNormal | ( /*optional*/ Vector3D value) |
| A unit vector in the direction of the outward normal to the surface at that point |