IDimensionAngleFormat¶
- class IDimensionAngleFormat¶
Bases:
ImpactCOMWrapperBase- Description:
Determines how angle values are displayed within dimension entities.
- Remarks:
Introduced in Impact 10.0.0.70.
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property decimal_places¶
Gets decimal_places.
- Description:
The number of decimal places to be displayed.
- Returns:
The value of decimal_places.
- Return type:
decimal_places (int)
- property denominator¶
Gets Denominator.
- Description:
The lower part of the fraction.
- Remarks:
Only used if display_fractions is enabled. See also reduce_denominator.
- Returns:
The value of Denominator.
- Return type:
denominator (int)
- property display_fractions¶
Gets display_fractions.
- Description:
Indicates that fractional values are displayed rather than decimal values.
- Remarks:
See also Denominator and reduce_denominator.
- Returns:
The value of display_fractions.
- Return type:
display_fractions (bool)
- property reduce_denominator¶
Gets reduce_denominator.
- Description:
Indicates that the smallest possible denominator will be used for fractional values.
- Remarks:
Only used if display_fractions is enabled. See also Denominator.
- Returns:
The value of reduce_denominator.
- Return type:
reduce_denominator (bool)
- property remove_trailing_zeros¶
Gets remove_trailing_zeros.
- Description:
Indicates the any trailing zeros should be removed from decimal values.
- Remarks:
See also decimal_places.
- Returns:
The value of remove_trailing_zeros.
- Return type:
remove_trailing_zeros (bool)
- property suffix¶
Gets Suffix.
- Description:
Indicates what suffix, if any, will be displayed after the value (for example the degree symbol).
- Returns:
The value of Suffix.
- Return type:
suffix (str)
- property units¶
Gets Units.
- Description:
Indicates the angle units, for example degrees.
- Returns:
The value of Units.
- Return type: