Because you frequently zoom and pan when working on drawings, it's important to be as efficient as possible with these operations. There are some amazing techniques that you can use to control what's displayed.
While you're already familiar with using a wheel mouse to zoom and pan, the feedback we've received suggests that you might appreciate some tips. First, here are two basic tips:
Here's how you can reduce the need for panning by combining panning and zooming.
This technique moves the area of interest toward the center of the drawing as you zoom in.
We've also received a lot of requests to be able to slow down the rate at which you zoom in or out of an area using the wheel mouse.
The result gives you smoother and finer adjustments using the mouse wheel.
Some drawings are large and complex enough to be visually confusing. This can slow you down and lead to mistakes when you pan and zoom. Typically, you turn off or freeze any layers that are not currently needed. Did you know that you can temporarily hide areas of the drawing with the Isolate Objects feature?
The Isolate Objects operation hides everything except the objects that you selected.
Currently, you can switch backward and forward between previous views from the View tab, Navigate panel. However, this panel is hidden by default. To display the Navigate panel, perform the following steps:
As you can see, these buttons are especially useful if you find yourself switching repeatedly between two or three views.
Wouldn't it be great to be able to switch backward and forward between previous views from the Quick Access toolbar?
Good news--this is easy to set up!
For example, here's what the properties of View Back should look like:
These two macros gray out the View Back and View Forward buttons once you reach the beginning or end of the previous views.
Adding these two buttons can improve your efficiency, especially when you need to zoom in and out of an area repeatedly.
You can control the behavior of zooming and panning operations by setting system variables or creating custom buttons. Here are the most commonly used commands and system variables related to zooming and panning.
Command | Description |
---|---|
PAN | Shifts the view without changing the viewing direction or magnification |
VTOPTIONS | Displays a change in view as a smooth transition |
ZOOM | Increases or decreases the magnification of the view in the current viewport |
System Variable | Description | Default Value | Saved In |
---|---|---|---|
MBUTTONPAN | Controls the behavior of the third button or wheel on the pointing device | 1 | Registry |
VTDURATION | Sets the duration of a smooth view transition, in milliseconds | 750 | Registry |
VTENABLE | Controls when smooth view transitions are used | 3 | Registry |
VTFPS | Sets the minimum speed of a smooth view transition, in frames per second | 7 | Registry |
ZOOMFACTOR | Controls how much the magnification changes when the mouse wheel moves forward or backward | 60 | Registry |
ZOOMWHEEL | Toggles the direction of transparent zoom operations when you scroll the middle mouse wheel | 0 | Registry |
Use the AutoCAD Help system to learn more about these commands and the supported values for the listed system variables. You can experiment with the system variable settings to find what works best for your needs.