| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _DIMSENSE_NONE
Integer value of enum value "DIMSENSE_NONE" No special dimension information is provided. |
| static final DimensionSenseType | DIMSENSE_NONE
Object value of enum value "DIMSENSE_NONE" No special dimension information is provided. |
| static final int | _DIMSENSE_POINT
Integer value of enum value "DIMSENSE_POINT" The dimension is attached to a point. |
| static final DimensionSenseType | DIMSENSE_POINT
Object value of enum value "DIMSENSE_POINT" The dimension is attached to a point. |
| static final int | _DIMSENSE_SPLINE_PT
Integer value of enum value "DIMSENSE_SPLINE_PT" The dimension is attached to a spline point. |
| static final DimensionSenseType | DIMSENSE_SPLINE_PT
Object value of enum value "DIMSENSE_SPLINE_PT" The dimension is attached to a spline point. |
| static final int | _DIMSENSE_TANGENT_INDEX
Integer value of enum value "DIMSENSE_TANGENT_INDEX" The dimension attaches to a tangent of the entity, which is an arc or circle. |
| static final DimensionSenseType | DIMSENSE_TANGENT_INDEX
Object value of enum value "DIMSENSE_TANGENT_INDEX" The dimension attaches to a tangent of the entity, which is an arc or circle. |
| static final int | _DIMSENSE_LINEAR_TO_ARC_OR_CIRCLE_TANGENT
Integer value of enum value "DIMSENSE_LINEAR_TO_ARC_OR_CIRCLE_TANGENT" The dimension is the perpendicular distance between a line and a tangent to an arc or a circle which is parallel to the line. |
| static final DimensionSenseType | DIMSENSE_LINEAR_TO_ARC_OR_CIRCLE_TANGENT
Object value of enum value "DIMSENSE_LINEAR_TO_ARC_OR_CIRCLE_TANGENT" The dimension is the perpendicular distance between a line and a tangent to an arc or a circle which is parallel to the line. |
| static final int | _DIMSENSE_ANGLE
Integer value of enum value "DIMSENSE_ANGLE" The dimension is the angle between two straight entities. |
| static final DimensionSenseType | DIMSENSE_ANGLE
Object value of enum value "DIMSENSE_ANGLE" The dimension is the angle between two straight entities. |
| static final int | _DIMSENSE_POINT_TO_ANGLE
Integer value of enum value "DIMSENSE_POINT_TO_ANGLE" The dimension is the angle between a line entity and the tangent to a curved entity at one of its ends. |
| static final DimensionSenseType | DIMSENSE_POINT_TO_ANGLE
Object value of enum value "DIMSENSE_POINT_TO_ANGLE" The dimension is the angle between a line entity and the tangent to a curved entity at one of its ends. |
| static final int | _DimensionSenseType_null
Enum null value. |
| Method Summary | |
|---|---|
| static DimensionSenseType | FromInt
(int value)
Creates enum object from an integer. |
| static DimensionSenseType | 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 DimensionSenseType | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static DimensionSenseType | FromInt | (Integer value) |
Creates enum object from an integer object.
|