| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _DTMCSYS_MOVE_TRAN_X
Integer value of enum value "DTMCSYS_MOVE_TRAN_X" Oriented with translation along X axis. |
| static final DatumCsysOrientMoveConstraintType | DTMCSYS_MOVE_TRAN_X
Object value of enum value "DTMCSYS_MOVE_TRAN_X" Oriented with translation along X axis. |
| static final int | _DTMCSYS_MOVE_TRAN_Y
Integer value of enum value "DTMCSYS_MOVE_TRAN_Y" Oriented with translation along Y axis. |
| static final DatumCsysOrientMoveConstraintType | DTMCSYS_MOVE_TRAN_Y
Object value of enum value "DTMCSYS_MOVE_TRAN_Y" Oriented with translation along Y axis. |
| static final int | _DTMCSYS_MOVE_TRAN_Z
Integer value of enum value "DTMCSYS_MOVE_TRAN_Z" Oriented with translation along Z axis. |
| static final DatumCsysOrientMoveConstraintType | DTMCSYS_MOVE_TRAN_Z
Object value of enum value "DTMCSYS_MOVE_TRAN_Z" Oriented with translation along Z axis. |
| static final int | _DTMCSYS_MOVE_ROT_X
Integer value of enum value "DTMCSYS_MOVE_ROT_X" Oriented with rotation about X axis. |
| static final DatumCsysOrientMoveConstraintType | DTMCSYS_MOVE_ROT_X
Object value of enum value "DTMCSYS_MOVE_ROT_X" Oriented with rotation about X axis. |
| static final int | _DTMCSYS_MOVE_ROT_Y
Integer value of enum value "DTMCSYS_MOVE_ROT_Y" Oriented with rotation about Y axis. |
| static final DatumCsysOrientMoveConstraintType | DTMCSYS_MOVE_ROT_Y
Object value of enum value "DTMCSYS_MOVE_ROT_Y" Oriented with rotation about Y axis. |
| static final int | _DTMCSYS_MOVE_ROT_Z
Integer value of enum value "DTMCSYS_MOVE_ROT_Z" Oriented with rotation about Z axis. |
| static final DatumCsysOrientMoveConstraintType | DTMCSYS_MOVE_ROT_Z
Object value of enum value "DTMCSYS_MOVE_ROT_Z" Oriented with rotation about Z axis. |
| static final int | _DTMCSYS_MOVE_RAD
Integer value of enum value "DTMCSYS_MOVE_RAD" "r" in Cylindrical/Spherical coordinate system. |
| static final DatumCsysOrientMoveConstraintType | DTMCSYS_MOVE_RAD
Object value of enum value "DTMCSYS_MOVE_RAD" "r" in Cylindrical/Spherical coordinate system. |
| static final int | _DTMCSYS_MOVE_PHI
Integer value of enum value "DTMCSYS_MOVE_PHI" "phi" in Cylindrical/Spherical coordinate system. |
| static final DatumCsysOrientMoveConstraintType | DTMCSYS_MOVE_PHI
Object value of enum value "DTMCSYS_MOVE_PHI" "phi" in Cylindrical/Spherical coordinate system. |
| static final int | _DTMCSYS_MOVE_ZI
Integer value of enum value "DTMCSYS_MOVE_ZI" "z" in Cylindrical coordinate system. |
| static final DatumCsysOrientMoveConstraintType | DTMCSYS_MOVE_ZI
Object value of enum value "DTMCSYS_MOVE_ZI" "z" in Cylindrical coordinate system. |
| static final int | _DTMCSYS_MOVE_THETA
Integer value of enum value "DTMCSYS_MOVE_THETA" "theta" in spherical coordinate system. |
| static final DatumCsysOrientMoveConstraintType | DTMCSYS_MOVE_THETA
Object value of enum value "DTMCSYS_MOVE_THETA" "theta" in spherical coordinate system. |
| static final int | _DatumCsysOrientMoveConstraintType_null
Enum null value. |
| Method Summary | |
|---|---|
| static DatumCsysOrientMoveConstraintType | FromInt
(int value)
Creates enum object from an integer. |
| static DatumCsysOrientMoveConstraintType | 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 DatumCsysOrientMoveConstraintType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static DatumCsysOrientMoveConstraintType | FromInt | (Integer value) |
Creates enum object from an integer object.
|