AM_CREATE_TEXT adds text to a drawing.
+--------------------------<------------------------+
| | +-------<------+
| | | |
---->(AM_CREATE_TEXT)--(:GO :OK)--+(*)---(:OWNER)---|AM_GEO_SET_DOMAIN|---(:GO :OK)---+---+--|text pnt|--+----->
| |
| |
+(**)-(:REFLINE)---|AM_CREATE_REFLINE_IR|-----------+
| |
| |
+---(:DOCU-TEXT)---|text|---------------------------+
(*) 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 text.
- :OWNER specifies the owner of the text using the AM_GEO_SET_DOMAIN subaction.
- :REFLINE specifies a reference line to lead from the last-placed
text to a target element in the drawing using the AM_CREATE_REFLINE_IR
subaction.
- :DOCU-TEXT specifies the text.
Use this action to add text to a drawing, with or without a reference
line from the text to an element in the drawing.
AM_GEO_SET_DOMAIN interrupt action,
AM_CREATE_REFLINE_IR interrupt action,
AM_TEXT_SETTINGS terminate action