ARJUN Posted March 25, 2021 Posted March 25, 2021 I want to perform below actions using lisp. How can I do? Can you guys help me out in this? 1. Ask for folder 2. After selecting folder Open the DWG 3. Go to Model 4. Grid off 5. Purge all 3 times 6. Module Zoom Extend 7. Come back to Layout 8. Layout Zoom Extend 9. Save 10. Close Thanks, Arjun Patil. Quote
Steven P Posted March 25, 2021 Posted March 25, 2021 I reckon this should do the trick: Script Writer | Lee Mac Programming (lee-mac.com) Quote
maratovich Posted March 25, 2021 Posted March 25, 2021 8 hours ago, ARJUN said: I want to perform below actions using lisp. How can I do? Can you guys help me out in this? You can do all this with the usual commands: _Model _Grid _Off -Purge _All _No _zoom _E _tilemode 0 _zoom _E Use this to process multiple drawings - AutoRunLisp commands.txt 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.