AM_CREATE_SYMBOL_DATUMT creates datum target symbols.
+-------------------------<---------------------+
| |
| |
----->(AM_CREATE_SYMBOL_DATUMT)--(:GO :OK)--+(*)-(:OWNER)--|AM_GEO_SET_DOMAIN|--(:GO :OK)---+---->
| |
+(**)-(:REFLINE)---|AM_CREATE_REFLINE_IR|-------+
| |
+---(:DATUM_TOP)-----|string|-------------------+
| |
+---(:DIAMETER)----+---(:ON)---+----------------+
| | | |
| +---(:OFF)--+ |
| |
+---(:DATUM_BOTTOM)---|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_TOP specifies the datum target value.
- :DIAMETER specifies whether or not the diameter symbol (Ø) is to be
included with the datum target value.
- :DATUM_BOTTOM specifies the datum target name.
Use this action to create a datum target symbol on a drawing.
AM_GEO_SET_DOMAIN interrupt action,
AM_CREATE_REFLINE_IR interrupt action