CREATE_VP creates a new viewport.
+-----------------<------------------+
| |
---->(CREATE_VP)--+--(:NAME)---|name|------------------+---->
| |
+--(:BACKGROUND_COLOR)----|color|----+
| |
+--(:CORNER_1)----|pt on screen|-----+
| |
+--(:CORNER_2)----|pt on screen|-----+
This following options are available to create a new viewport.
- :NAME - name of the new viewport.
- :BACKGROUND_COLOR - specifies the background color for the new viewport.
The default background color is black.
- :CORNER_1 - first corner of the new viewport.
- :CORNER_2 - second corner of the new viewport.
Use this action to create a new viewport, in which to view the model.
You can have up to 16 viewports open at the same time.
The following parameter sequence creates a new, empty viewport, with a black
(default) background.
CREATE_VP :NAME "vport2" COMPLETE
All viewport names must be enclosed by double quotes (" ").
DELETE_VP terminate action
REDRAW_VP interrupt action
REDRAW_ALL_VP interrupt action