| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _LIGHT_AMBIENT
Integer value of enum value "LIGHT_AMBIENT" This type of light source cannot be set in Creo Session. It is a read only type |
| static final LightType | LIGHT_AMBIENT
Object value of enum value "LIGHT_AMBIENT" This type of light source cannot be set in Creo Session. It is a read only type |
| static final int | _LIGHT_DIRECTION
Integer value of enum value "LIGHT_DIRECTION" Equivalent to "distant" in Creo |
| static final LightType | LIGHT_DIRECTION
Object value of enum value "LIGHT_DIRECTION" Equivalent to "distant" in Creo |
| static final int | _LIGHT_POINT
Integer value of enum value "LIGHT_POINT" Equivalent to "lightbulb" in Creo |
| static final LightType | LIGHT_POINT
Object value of enum value "LIGHT_POINT" Equivalent to "lightbulb" in Creo |
| static final int | _LIGHT_SPOT
Integer value of enum value "LIGHT_SPOT" Equivalent to "spot" in Creo |
| static final LightType | LIGHT_SPOT
Object value of enum value "LIGHT_SPOT" Equivalent to "spot" in Creo |
| static final int | _LIGHT_HDRI
Integer value of enum value "LIGHT_HDRI" This type of light source cannot be set in Creo Session. It is a read only type |
| static final LightType | LIGHT_HDRI
Object value of enum value "LIGHT_HDRI" This type of light source cannot be set in Creo Session. It is a read only type |
| static final int | _LightType_null
Enum null value. |
| Method Summary | |
|---|---|
| static LightType | FromInt
(int value)
Creates enum object from an integer. |
| static LightType | 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 LightType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static LightType | FromInt | (Integer value) |
Creates enum object from an integer object.
|