ADD_VIEW adds an auxiliary view to a 2D layout.
--->(ADD_VIEW)--|layout|--+
|
+------<------+
|
+--------------------------------<------------------------------------+
| |
+-(:PROJECTION)--+--(:TOP)--->---+--|get_view_dir|--|CONFIG_VIEW_SA|--+---->
| | | |
| +--(:BOTTOM)-->-+ |
| | | |
| +-(:FRONT)--->--+ |
| | | |
| +-(:BACK)--->---+ |
| | | |
v +-(:RIGHT)------+ ^
| | | |
| +-(:LEFT)-------+ |
| |
+->(:SECTION)----|line|----|point|----|CONFIG_VIEW_SA|------>---------+
| |
+->(:GENERAL)----|MEASURE_DIR_3D_SA|--------|CONFIG_VIEW_SA|----------+
The following options are available to add your view.
- :PROJECTION - specifies the type of view projection.
- :FRONT - front view projection.
- :TOP - top view projection.
- :BACK - back view projection.
- :RIGHT - right-side view projection.
- :LEFT - left-side view projection.
- :BOTTOM - bottom view projection.
- :SECTION - specifies a section line.
- :GENERAL - specifies a general projected view.
Use this action to add auxiliary views to a layout. For example, an
isometric view of a part may be added to a layout.
The following parameter sequence adds a top view to a layout.
It assumes that a part named "part1" exists, and that a layout
for this part named "layout1" has been created. It also
assumes that a view named "right_view" already exists in the
layout.
ADD_VIEW "/part1/layout1" :PROJECTION :TOP
:TO_RIGHT "/part1/layout1/right_view" COMPLETE