PDA

View Full Version : Region help



quasifun
25th Sep 2007, 11:02 pm
I'm using ACAD 2007 LT. I need something like a LISP routine to automatically find and explode any regions in a drawing that can work with LT.:glare:

Also, I need a LISP to do the same thing for 2000i.

Thanks in advance.

Jim

CarlB
25th Sep 2007, 11:51 pm
Sorry, there's nothing *like* lisp that will work in LT versions. Does LT have Qselect or Filter commands? Then select all regions, then use Explode command.

In 2000i a Lisp is possible. Request in the Lisp/customization forum, though you may want to re-word to not sound like a borderline demand.

quasifun
26th Sep 2007, 12:40 pm
Thanks for the info. Will post question in the LISP section.

SLW210
26th Sep 2007, 03:12 pm
You can purchase add-ons for LT that will let you use LISP. LTExtender is one.

I agree with using Qselect or Filter if those commands are available.