[Contents] [Index] [Books]

CoCreate OneSpace Designer - Commands Reference Manual


AM_AUX_GEO_DEFAULT_SETTING terminate action

AM_AUX_GEO_DEFAULT_SETTING changes the default settings for colors, offsets, line types and pen sizes of center lines and symmetry lines.

Syntax


                                   +------------------<--------------------+
                                   |                                       |
                                   |                                       |
--->(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|---------+

Options

Center Line Defaults

Symmetry Line Defaults

Line Types

When to use

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.

Example

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

See also

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
[Contents] [Index] [Books]