| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _XSECTYPE_MODEL
Integer value of enum value "XSECTYPE_MODEL" The cross section intersects the solid model. |
| static final XSecCutobjType | XSECTYPE_MODEL
Object value of enum value "XSECTYPE_MODEL" The cross section intersects the solid model. |
| static final int | _XSECTYPE_QUILTS
Integer value of enum value "XSECTYPE_QUILTS" The cross section intersects all quilts. |
| static final XSecCutobjType | XSECTYPE_QUILTS
Object value of enum value "XSECTYPE_QUILTS" The cross section intersects all quilts. |
| static final int | _XSECTYPE_MODELQUILTS
Integer value of enum value "XSECTYPE_MODELQUILTS" The cross section intersects the model and all quilts. |
| static final XSecCutobjType | XSECTYPE_MODELQUILTS
Object value of enum value "XSECTYPE_MODELQUILTS" The cross section intersects the model and all quilts. |
| static final int | _XSECTYPE_ONEPART
Integer value of enum value "XSECTYPE_ONEPART" |
| static final XSecCutobjType | XSECTYPE_ONEPART
Object value of enum value "XSECTYPE_ONEPART" |
| static final int | _XSecCutobjType_null
Enum null value. |
| Method Summary | |
|---|---|
| static XSecCutobjType | FromInt
(int value)
Creates enum object from an integer. |
| static XSecCutobjType | 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 XSecCutobjType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static XSecCutobjType | FromInt | (Integer value) |
Creates enum object from an integer object.
|