2.2.20 Clip box mode
Clip box mode sets a clipping rectangle. In this mode you can
- Drag a clipping rectangle to set the clip box
- Click on an object to set the clip box to the object’s physical bounds
- Click in empty space to clear the clip box
- Hold down the command key to use Zoom in mode
- Hold down the option key to use Zoom out mode
- Hold down the shift key to use Drag-scroll mode
- Press the space bar to switch to Drag-scroll mode.
The Clip box is used
- when printing with
CADPrint
- when zooming with
CADAutoZoom
- when displaying a CAD area in a 4D output form
- when displaying a CAD drawing in another plug-in’s area.
Programming
The clip box can be read with CADGetClipBox and set with CADSetClipBox.
Methods
CADGetClipBox, CADSetClipBox, CADAutoZoom, CADPrint.