View Full Version : MACRO for draworder and hatch selection
architech
08-09-2008, 06:15 PM
(Someone here in the office just asked this...)
I'm too lazy .... right now...
But can anyone ...
Figure out how to make a button macro...
That uses ''Draworder'' to automatically select hatches and send them only to back?
Thanks :thumbsup:
NukeCad
08-09-2008, 08:38 PM
Dont think that you can do that with a button macro.
Best I can think of is to use QSELECT to select all hatches and then send them to the back.
If all the hatches are all on the same layer then you may be able to do something with ^C^C_SELECT but I recall trying to do something similar with hatches before and having no sucess.
Alan Cullen
08-09-2008, 09:39 PM
Sounds do-able to me...but not in my current state. I just woke up...and haven't had my coffee yet.
Zombie........
CarLB
08-09-2008, 11:12 PM
wingin' it, & using lisp, which should work in a macro...
^C^C^P(ssget "_X" '((0 . "HATCH")));draworder;p;;b;
architech
09-09-2008, 02:54 AM
wingin' it, & using lisp, which should work in a macro...
^C^C^P(ssget "_X" '((0 . "HATCH")));draworder;p;;b;
:thumbsup:
You rock!
I'll try it when i get back into the office....
architech
09-09-2008, 02:56 AM
...Best I can think of is to use QSELECT to select all hatches and then send them to the back....
I actually stayed late to try to figure this one out... with QSELECT....
I noticed it had the option to select hatches....
Oh well.... i couldnt get it to work....
But thats why we post up here... :thumbsup:
architech
10-09-2008, 03:31 AM
it works....
Thanks CarlB
CarLB
10-09-2008, 06:41 AM
You're welcome Mr. Archy, score 1 for the Civils :)
vBulletin® v3.7.3, Copyright ©2000-2009, Jelsoft Enterprises Ltd.