AM_LOAD_SKETCH loads a sketch into the current Annotation drawing.
+--------------------------<------------------------------+
| |
| |
---->(AM_LOAD_SKETCH)---+---(:FILENAME)----|filename|-----------------------------+--|sketch position|--->
| |
+---(:OBJECT)----|object name|----------------------------+
| |
| |
+---(:CURSOR_ADJUSTMENT)--+--(:ON)--+--(:UPPER_LEFT)------+
| | |
| +--(:UPPER_MIDDLE)----+
| | |
| +--(:UPPER_RIGHT)-----+
| | |
| +--(:MIDDLE_LEFT)-----+
| | |
| +--(:MIDDLE_MIDDLE)---+
| | |
| +--(:MIDDLE_RIGHT)----+
| | |
| +--(:LOWER_LEFT)------+
| | |
| +--(:LOWER_MIDDLE)----+
| | |
| +--(:LOWER_RIGHT)-----+
| |
| |
+--(:OFF)-----------------------+
- :FILENAME specifies the name of the sketch MI file to load.
- :OBJECT specifies the registered sketch to add to the drawing.
- :CURSOR_ADJUSTMENT specifies whether or not the cursor adjustment
point should be changed:
- :ON sets the new point on the sketch where the cursor is
attached while positioning it on the drawing. Enter one of
the cursor position options listed.
- :OFF does not change the cursor positioning point on the sketch.
Use this action to add a sketch to a drawing. Either a file-based
sketch (as an MI file) can be loaded into Annotation, or a
previously-registered sketch ("object") can be added.
AM_SAVE_SKETCH terminate action