lisp request for Zoom!

lisp request for Zoom!

smallƑish
Advocate Advocate
296 Views
2 Replies
Message 1 of 3

lisp request for Zoom!

smallƑish
Advocate
Advocate

Is that possible to write a lisp,

That needs to go to each opened DWG file and zoom till extents all pages including model and layouts

0 Likes
Accepted solutions (2)
297 Views
2 Replies
Replies (2)
Message 2 of 3

pendean
Community Legend
Community Legend
Accepted solution
you are welcome to search this forum or the web for a LISP that does that, it's been a favorite request from thousands of users for decades now https://www.google.com/search?q=autocad+zoom+extents+lisp
0 Likes
Message 3 of 3

paullimapa
Mentor
Mentor
Accepted solution

and here are options to run on multiple dwgs;

1. ScriptPro (originally developed by Autodesk but has since dropped further development) offers the option to run a script file on multiple selected drawings. You can download the installer here.

2. AutoScript (similar to ScriptPro) which is a free add-on that gives you the capability of selecting multiple drawings to run a script file 

3. Script Writer another free add-on written as lisp code to run a single line of commands on multiple dwgs


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes