AM_DIM_SET_UNIT_STRING2 sets the default numerical format for dimension values.
+-------------<----------------+
| |
| |
---->(AM_DIM_SET_UNIT_STRING2)---+---(:PLACE)-----|number|------+----->
| |
| |
+---(:SIGN)----+----(:YES)-----+
| | |
| +----(:NO)------+
| |
| |
+---(:LEFT)----+----(:YES)-----+
| | |
| +----(:NO)------+
| |
| |
+---(:RIGHT)---+----(:YES)-----+
| | |
| +----(:NO)------+
| |
| |
+---(:POINT)-------------------+
| |
+---(:COMMA)-------------------+
- :PLACE sets the number of decimal places for the value.
- :SIGN specifies whether or not the plus (+) sign should
be included before positive numbers.
- :LEFT specifies whether or not the zero on the left side of the decimal
point should be suppressed.
- :RIGHT specifies whether or not the decimal zeros at the end of the value
should be suppressed.
- :POINT specifies the decimal punctuation to be a point (toggles with :COMMA).
- :COMMA specifies the decimal punctuation to be a comma (toggles with :POINT).
Use this subaction to set the numerical format of dimension
values.
AM_DIM_UV_LENGTH_FORMAT terminate action,
AM_DIM_LV_LENGTH_FORMAT terminate action,
AM_DIM_UV_ANGLE_FORMAT terminate action,
AM_DIM_LV_ANGLE_FORMAT terminate action