| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _SWFACETED_PART
Integer value of enum value "SWFACETED_PART" Export the model to a Creo Parametric part (or lightweight part). |
| static final ShrinkwrapFacetedFormat | SWFACETED_PART
Object value of enum value "SWFACETED_PART" Export the model to a Creo Parametric part (or lightweight part). |
| static final int | _SWFACETED_STL
Integer value of enum value "SWFACETED_STL" Export the model to STL. |
| static final ShrinkwrapFacetedFormat | SWFACETED_STL
Object value of enum value "SWFACETED_STL" Export the model to STL. |
| static final int | _SWFACETED_VRML
Integer value of enum value "SWFACETED_VRML" Export the model to VRML. |
| static final ShrinkwrapFacetedFormat | SWFACETED_VRML
Object value of enum value "SWFACETED_VRML" Export the model to VRML. |
| static final int | _SWFACETED_LIGHTWEIGHT_PART
Integer value of enum value "SWFACETED_LIGHTWEIGHT_PART" |
| static final ShrinkwrapFacetedFormat | SWFACETED_LIGHTWEIGHT_PART
Object value of enum value "SWFACETED_LIGHTWEIGHT_PART" |
| static final int | _ShrinkwrapFacetedFormat_null
Enum null value. |
| Method Summary | |
|---|---|
| static ShrinkwrapFacetedFormat | FromInt
(int value)
Creates enum object from an integer. |
| static ShrinkwrapFacetedFormat | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static ShrinkwrapFacetedFormat | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static ShrinkwrapFacetedFormat | FromInt | (Integer value) |
Creates enum object from an integer object.
|