AM_CREATE_SYMBOL_ creates datum target point symbols.
+------------------------<----------------------+
| |
| |
----->(AM_CREATE_SYMBOL_TARGET_POINT)---(:GO :OK)--+(*)-(:OWNER)--|AM_GEO_SET_DOMAIN|--(:GO :OK)---+----->
| |
+(**)-(:REFLINE)---|AM_CREATE_REFLINE_IR|-------+
| |
+-----|point|-----------------------------------+
(*) 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.
Use this action to create a datum target point symbol on a drawing.
AM_GEO_SET_DOMAIN interrupt action,
AM_CREATE_REFLINE_IR interrupt action