AM_CREATE_SYMBOL_GENERIC creates symbols defined with the AM_SYM_DEFINE command.
+-------------------------<---------------------+
| |
| |
--->(AM_CREATE_SYMBOL_GENERIC)--(:GO :OK)--+(*)-(:OWNER)--|AM_GEO_SET_DOMAIN|--(:GO :OK)---+---->
| |
+(**)-(:REFLINE)---|AM_CREATE_REFLINE_IR|-------+
| |
+---(:P00)------|string|------------------------+
| |
+---(:P01)------|string|------------------------+
| |
+---(:P02)------|string|------------------------+
| |
+---(:P03)------|string|------------------------+
| |
+---(:P04)------|string|------------------------+
| |
+---(:PREV)-------------------------------------+
| |
+---(:NEXT)-------------------------------------+
| |
+---(:ACCEPT)-----------------------------------+
(*) necessary when the default owner is not set
(**) only available when :OWNER is a view or a sketch
- :GO :OK is necessary for setting the owner of the symbol.
- :OWNER specifies the owner of the symbol using the AM_GEO_SET_DOMAIN subaction.
- :REFLINE specifies a reference line to lead from the last-placed
symbol to a target element in the drawing using the AM_CREATE_REFLINE_IR
subaction.
- :P00..P04 specifies the symbol parameter values for the displayed
subset of the complete symbol parameter list. The parameter
buttons show the parameter names as they were defined with AM_SYM_DEFINE.
- :PREV switches to the previous subset of five symbol parameters
of the complete symbol parameter list. It is only available
when there are more then five parameters in the symbol.
- :NEXT switches to the following subset of five symbol parameters of
the complete symbol parameter list. It is only available when
there are more then five parameters in the symbol.
- :ACCEPT completes the last-placed symbol, and activates the positioning
of the next symbol. It is available only when there are symbol
parameters available.
Use this action to create symbols defined by the AM_SYM_DEFINE command.
AM_GEO_SET_DOMAIN interrupt action,
AM_CREATE_REFLINE_IR interrupt action,
AM_SYM_DEFINE terminate action