TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: muhamadazlan90 on June 30, 2022, 03:43:00 AM

Title: To Delete freeze or off layers in multiple drawing files
Post by: muhamadazlan90 on June 30, 2022, 03:43:00 AM
Hi All!

 

I'm new to the world of AutoLISP and would appreciate some help. I'd like a lisp routine that deletes specific layers (and any entities within them) from all of the drawings in a particular directory (which I can select at the beginning of the routine). The list of layers can be specific to the routine since all of the drawings have the same ones. it more like something Batch freeze/thaw written by lee mac and i also attached the example of the lisp routine by lee mac that i mention before.

 

 

Thanks in advance for the help!
Title: Re: To Delete freeze or off layers in multiple drawing files
Post by: ronjonp on June 30, 2022, 11:43:16 AM
I posted this recently here: https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/delete-all-freeze-and-off-layer/m-p/11208691#M432012
Title: Re: To Delete freeze or off layers in multiple drawing files
Post by: muhamadazlan90 on June 30, 2022, 09:43:19 PM
thanks, i already try. but the lisp cant do in multiple drawing at once. if there have lisp that can do job like my attachments?