The program enables the display of specific parts of the drawing and the management of wiviews.
The display commands only change the view of objects, not their state.
REDRAW
REDRAW
The command redraws all windows containing the current drawing.
REGENERATE
REGENERATE
The command redraws all windows.
REFRESH
REFRESH
It redraws the active window only.
ZOOM IN
ZOOM IN <coord1 coord2>ENTER
Enlarges the selected rectangle of current drawing to the whole active window. The center of the selection rectangle becomes the center of the active window and the aspect ratio remains the same.
coord1: corner point of the zoom window.
coord2: opposite corner of the zoom window.
ZOOM OUT
ZOOM OUT <coord1 coord2>ENTER
Reduces the contents of the active window to the selected rectangle. The aspect ratio remains the same.
coord1: corner point of the zoom window.
coord2: opposite corner of the zoom window.
ZOOM OBJECT
ZOOM ITEM ID num ENTER
Enlarge and highlights the object which has the ID 'num'.
Example :
ZOOM ITEM ID 13
It will select the door which has the ID=13.
ZOOM OBJECT from 3D to 2D VIEW
ZOOM ITEM CHANGEVIEW SELITEM num ENTER
Selects an object in a 3D view and then activates the corresponding 2D view and enlarge and highlights the object.
Example :
#zoom #item #changeview selitem 4
Comments
0 comments
Article is closed for comments.