| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _MTL_ISOTROPIC
Integer value of enum value "MTL_ISOTROPIC" The material is isotropic. |
| static final MaterialType | MTL_ISOTROPIC
Object value of enum value "MTL_ISOTROPIC" The material is isotropic. |
| static final int | _MTL_ORTHOTROPIC
Integer value of enum value "MTL_ORTHOTROPIC" The material is orthotropic. |
| static final MaterialType | MTL_ORTHOTROPIC
Object value of enum value "MTL_ORTHOTROPIC" The material is orthotropic. |
| static final int | _MTL_TRANSVERSELY_ISOTROPIC
Integer value of enum value "MTL_TRANSVERSELY_ISOTROPIC" The material is transversely isotropic . |
| static final MaterialType | MTL_TRANSVERSELY_ISOTROPIC
Object value of enum value "MTL_TRANSVERSELY_ISOTROPIC" The material is transversely isotropic . |
| static final int | _MTL_FLUID
Integer value of enum value "MTL_FLUID" The material is fluid . |
| static final MaterialType | MTL_FLUID
Object value of enum value "MTL_FLUID" The material is fluid . |
| static final int | _MaterialType_null
Enum null value. |
| Method Summary | |
|---|---|
| static MaterialType | FromInt
(int value)
Creates enum object from an integer. |
| static MaterialType | 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 MaterialType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static MaterialType | FromInt | (Integer value) |
Creates enum object from an integer object.
|