AM_AUX_GEO_DEFAULT_SETTING changes the default settings for colors, offsets, line types
and pen sizes of center lines and symmetry lines.
+------------------<--------------------+
| |
| |
--->(AM_AUX_GEO_DEFAULT_SETTING)---+---------------------------------------+---->
| |
| |
+---(:CEN_ABS_OFFSET)---|abs_offset|----+
| |
| |
+---(:CEN_REL_OFFSET)---|rel_offset|----+
| |
| |
+---(:CEN_LINE_TYPE)---|1...8|----------+
| |
| |
+---(:CEN_COLOR)---|GET_RGB_COLOR_SA|---+
| |
| |
+---(:CEN_PENSIZE)---|pen_size|---------+
| |
| |
+---(:SYM_OFFSET)---|offset|------------+
| |
| |
+---(:SYM_LINE_TYPE)---|1...8|----------+
| |
| |
+---(:SYM_COLOR)---|GET_RGB_COLOR_SA|---+
| |
| |
+---(:SYM_PENSIZE)---|pen_size|---------+
Center Line Defaults
- :CEN_ABS_OFFSET sets the default absolute offset of center lines.
- :CEN_REL_OFFSET sets the default relative offset of center lines.
- :CEN_LINE_TYPE sets the default center line type (defined below).
- :CEN_COLOR sets the default color of center lines using the GET_RGB_COLOR_SA subaction.
- :CEN_PENSIZE sets the default pen size of center lines.
Symmetry Line Defaults
- :SYM_OFFSET sets the default offset of symmetry lines.
- :SYM_LINE_TYPE sets the default symmetry line type (defined below).
- :SYM_COLOR sets the default color of symmetry lines using the GET_RGB_COLOR_SA subaction.
- :SYM_PENSIZE sets the default pen size of symmetry lines.
Line Types
- 1 ... Solid
- 2 ... Dashed
- 3 ... Long Dashed
- 4 ... Dot Center
- 5 ... Dash Center
- 6 ... Center Dash Dash
- 7 ... Phantom
- 8 ... Dotted
Use this action to change the default parameters of center lines and
symmetry lines. Changes made with AM_AUX_GEO_DEFAULT_SETTING will be
valid for all subsequently created center lines and symmetry lines.
The following action sets the default center line color to green using the
GET_RGB_COLOR_SA subaction and without showing the color editor. This command
also completes the action.
AM_AUX_GEO_DEFAULT_SETTING :CEN_COLOR :RGB 0,0,1 :DONE COMPLETE
AM_CL_COLOR terminate action,
AM_CL_LINETYPE terminate action,
AM_CL_PENSIZE terminate action,
AM_SL_COLOR terminate action,
AM_SL_LINETYPE terminate action,
AM_SL_PENSIZE terminate action,
GET_RGB_COLOR_SA subaction