By Martin Phelps
Zoom Limits – a command no longer in AutoCAD but can be added.
The zoom limits function is now included in the zoom all command, which now zooms to either the drawing limits or to the drawing extents whichever is the larger.
If a pure zoom limits command is required a macro may be created and added to the quick access menu as follows:
'zoom _w (getvar "limmax") (getvar "limmin")
Comments
0 comments
Please sign in to leave a comment.