| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ ContourDescriptors | GetContourData
()
Get method for attribute "ContourData" The contour data. |
| int | GetSurfaceId
()
Get method for attribute "SurfaceId" The surface id. |
| void | SetContourData
(
/*optional*/
ContourDescriptors value)
Set method for attribute "ContourData" The contour data. |
| void | SetSurfaceId
(int value)
Set method for attribute "SurfaceId" The surface id. |
| Methods Inherited from Interface com.ptc.pfc.pfcGeometry.SurfaceDescriptor |
|---|
| GetSurfaceType, GetExtents, SetExtents, GetOrientation, SetOrientation |
| Method Detail |
|---|
| GetSurfaceId/SetSurfaceId |
|---|
| int | GetSurfaceId | () |
| void | SetSurfaceId | (int value) |
The surface id.
|
| GetContourData/SetContourData |
|---|
| /*optional*/ ContourDescriptors | GetContourData | () |
| void | SetContourData | ( /*optional*/ ContourDescriptors value) |
The contour data.
|