AM_CREATE_SYMBOL_DATUM creates datum symbols.
+-----------------------<-----------------------+
| |
| |
----->(AM_CREATE_SYMBOL_DATUM)--(:GO :OK)--+(*)-(:OWNER)--|AM_GEO_SET_DOMAIN|--(:GO :OK)---+---->
| |
+(**)-(:REFLINE)---|AM_CREATE_REFLINE_IR|-------+
| |
+----(:DATUM)----|string|-----------------------+
(*) 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.
- :DATUM specifies the datum text. The following
characters are accepted: A..H,J,K..N,P,R..Z and "-".
Use this action to create a datum symbol on a drawing.
AM_GEO_SET_DOMAIN interrupt action,
AM_CREATE_REFLINE_IR interrupt action