AM_CREATE_PARTIAL turns a full view into a partial view.
+------------------------<-----------------------------------+
| |
| |
---->(AM_CREATE_PARTIAL)---+----(:PARENT_VIEW)----|select view|-------------------------+----->
| |
| |
| +----------------<---------------+ |
| | | |
+----(:PARTIAL-BORDER)--+--(:RECTANGLE)--|pnt1|--|pnt2|--+---+
| | | |
| +--(:CIRCLE)--|pnt1|--|pnt2|-----+ |
| | | |
| | +----<----+ | |
| | | | | |
| +--(:POLYGON)---+--|pnt|--+------+ |
| | | |
| | +----<----+ | |
| | | | | |
| +--(:SPLINE)---+--|pnt|--+-------+ |
| | | |
| +(*)-(:BACK)---------------------+ |
| | | |
| +--(:ACCEPT)---------------------+ |
| |
| |
+----(:PARTIAL-LABEL)----|text|------------------------------+
| |
+----(:PARTIAL-SCALE)----|number|----------------------------+
| |
| |
+----(:PREVIEW)----------------------------------------------+
(*) only with :POLYGON and :SPLINE
- :PARENT_VIEW specifies the parent view from which the partial view is to derive.
- :PARTIAL-BORDER defines the border of the partial view on the parent view:
- :RECTANGLE specifies a rectangular partial border.
- :CIRCLE specifies a circular partial border.
- :POLYGON specifies a polygonal partial border.
- :SPLINE specifies a splinar partial border.
- :BACK undoes the previously-created partial border segments
(available with :POLYGON and :SPLINE only).
- :ACCEPT completes the present partial border definition.
- :PARTIAL-LABEL specifies the text for the partial view label.
- :PARTIAL-SCALE specifies the scale of the partial view as a proportion
of the original view.
- :PREVIEW shows a viewport previewing the partial view.
Use this action to create a partial view of an existing view.
The partial view replaces the full view.
AM_CREATE_DETAIL terminate action,
AM_MOD_PARTIAL_VIEW terminate action,
AM_VIEW_UPDATE terminate action