| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| EdgeDirection | GetDirection
()
Get method for attribute "Direction" Direction on each side of surface. |
| int | GetEdgeSurfaceId
()
Get method for attribute "EdgeSurfaceId" Teh edge surface id. |
| /*optional*/ CurveDescriptor | GetUVCurveData
()
Get method for attribute "UVCurveData" UV-curves on each side of surface. |
| /*optional*/ UVParamsSequence | GetUVParamsSequence
()
Get method for attribute "UVParamsSequence" Array of curve UV-points. |
| void | SetDirection
(EdgeDirection value)
Set method for attribute "Direction" Direction on each side of surface. |
| void | SetEdgeSurfaceId
(int value)
Set method for attribute "EdgeSurfaceId" Teh edge surface id. |
| void | SetUVCurveData
(
/*optional*/
CurveDescriptor value)
Set method for attribute "UVCurveData" UV-curves on each side of surface. |
| void | SetUVParamsSequence
(
/*optional*/
UVParamsSequence value)
Set method for attribute "UVParamsSequence" Array of curve UV-points. |
| Method Detail |
|---|
| GetEdgeSurfaceId/SetEdgeSurfaceId |
|---|
| int | GetEdgeSurfaceId | () |
| void | SetEdgeSurfaceId | (int value) |
Teh edge surface id.
|
| GetDirection/SetDirection |
|---|
| EdgeDirection | GetDirection | () |
| void | SetDirection | (EdgeDirection value) |
Direction on each side of surface.
|
| GetUVParamsSequence/SetUVParamsSequence |
|---|
| /*optional*/ UVParamsSequence | GetUVParamsSequence | () |
| void | SetUVParamsSequence | ( /*optional*/ UVParamsSequence value) |
Array of curve UV-points.
|
| GetUVCurveData/SetUVCurveData |
|---|
| /*optional*/ CurveDescriptor | GetUVCurveData | () |
| void | SetUVCurveData | ( /*optional*/ CurveDescriptor value) |
UV-curves on each side of surface.
|