AM_SKETCH_CREATE creates a new sketch on the drawing.
+---------------------------<-----------------------+
| |
| |
---->(AM_SKETCH_CREATE)--(:GO :OK)--+(*)---(:OWNER)---|AM_GEO_SET_DOMAIN|---(:GO :OK)---+----->
| |
| |
+----(:SKETCH_NAME)----|text|-----------------------+
| |
| |
+----(:REF_POINT)----|point|------------------------+
(*) necessary when the default owner is not set
- :GO :OK is necessary for setting the owner of the sketch.
- :OWNER specifies the owner of the sketch using the AM_GEO_SET_DOMAIN subaction.
- :SKETCH_NAME specifies the name of the new sketch.
- :REF_POINT specifies the reference point (location) of the sketch on the sheet.
Use this action to create a new sketch on a drawing. This creates a sketch
vertex point; the sketch can then be built up with geometry, for example.