If you work with multiple layouts in AutoCAD, Alan Thompson has provided a quick way to ensure that each one is zoomed to its extents. Load this LISP file, then type in the command ZAL. The code will iterate through each layout, performing a Zoom Extents. This could be a good addition to other routines where you might have to clean up files before saving. This code is also a good starting point for other routines that need to perform the same task on multiple layouts. |