AM_CREATE_DWG creates a new drawing.
+--------------------<------------------+
| |
| |
| |
---->(AM_CREATE_DWG)----+---(:DWG_NUMBER)----|string|-----------+----->
| |
+---(:DWG_SCALE)-----|number|-----------+
| |
+---(:FRAME-TYPE)----|frame type|-------+
| |
+---(:TOP)-------+---(:ON)----+---------+
| | | |
| +---(:OFF)---+ |
| |
+---(:FRONT)-----+---(:ON)----+---------+
| | | |
| +---(:OFF)---+ |
| |
+---(:RIGHT)-----+---(:ON)----+---------+
| | | |
| +---(:OFF)---+ |
| |
+---(:BOTTOM)----+---(:ON)----+---------+
| | | |
| +---(:OFF)---+ |
| |
+---(:BACK)------+---(:ON)----+---------+
| | | |
| +---(:OFF)---+ |
| |
+---(:LEFT)------+---(:ON)----+---------+
| | | |
| +---(:OFF)---+ |
| |
| |
+---(:OWNER)---|select part/assembly|---+
| |
+---(:FR_DIR)---|MEASURE_DIR_3D_SA|-----+
| |
+---(:UP_DIR)---|MEASURE_DIR_3D_SA|-----+
- :DWG_NUMBER specifies a name or number for the new drawing.
- :DWG_SCALE specifies the default sheet scale for the views to be
created on the new sheet.
- :FRAME-TYPE specifies the frame type for the first sheet. Enter
any registered frame type, which can be one of the Annotation
default frames:
"A0" | "A"
|
"A1" | "B"
|
"A2" | "C"
|
"A3" | "D"
|
"A4" | "E"
|
Enclose the frame type within quotes (" ").
The following view options are selected with :ON and switched
off with :OFF.
- :TOP specifies a top view.
- :FRONT specifies a front view.
- :RIGHT specifies a view from the right.
- :BOTTOM specifies a bottom view.
- :BACK specifies a back view.
- :LEFT specifies a view from the left.
- :OWNER specifies the owning part or assembly of the new view set.
- :FR_DIR automatically calls up the MEASURE_DIR_3D_SA subaction.
Use this subaction to specify the view set direction.
- :UP_DIR automatically calls up the MEASURE_DIR_3D_SA subaction.
Use this subaction to specify the view set direction.
Use this action to create a new drawing. This action will destroy
any existing drawing in Annotation.
MEASURE_DIR_3D_SA subaction,
AM_CREATE_STANDARD terminate action,
AM_VIEW_UPDATE terminate action,
AM_LOAD_DRAWING terminate action,
AM_SHEET_CREATE terminate action,
AM_CREATE_VSET terminate action