AM_SET_DEFAULT_DWG_VIEW_PROJECTION sets the default selected orthographic
views in the Create Drawing menu.
+----------------<-------------+
| |
| |
---->(AM_SET_DEFAULT_DWG_VIEW_PROJECTION)-----+----(:TOP)------+---(:ON)-----+----->
| | |
| +---(:OFF)----+
| |
| |
+----(:FRONT)----+---(:ON)-----+
| | |
| +---(:OFF)----+
| |
| |
+----(:RIGHT)----+---(:ON)-----+
| | |
| +---(:OFF)----+
| |
| |
+----(:BOTTOM)---+---(:ON)-----+
| | |
| +---(:OFF)----+
| |
| |
+----(:BACK)-----+---(:ON)-----+
| | |
| +---(:OFF)----+
| |
| |
+----(:LEFT)-----+---(:ON)-----+
| |
+---(:OFF)----+
- :TOP specifies whether or not top views should be selected.
- :FRONT specifies whether or not front views should be selected.
- :RIGHT specifies whether or not right views should be selected.
- :BOTTOM specifies whether or not bottom views should be selected.
- :BACK specifies whether or not back views should be selected.
- :LEFT specifies whether or not left views should be selected.
Use this action to set the default view types selected in the
Create Drawing menu.