View Full Version : Group Filters
FazBear
13th Nov 2007, 12:38 pm
Hi all
I'm using AutoCAD 2008
Just wanting to know if anyone knows if it is possible to freeze and thaw a group filter using the command line. Is a bit a bind having to access the Layer Manager to do this. any comments will be appreciated.
Thank you!
GE13579
13th Nov 2007, 12:52 pm
LAYISO might help?
FazBear
13th Nov 2007, 01:36 pm
Thank you for your reply
What i am trying to do is freeze/thaw layer group filters and layer property filters using the command line so i can write the command string into a macro. Problem is when you type -layer into your command line you don't get the option for changing group/property filters.
riga
13th Nov 2007, 01:52 pm
Thank you for your reply
What i am trying to do is freeze/thaw layer group filters and layer property filters using the command line so i can write the command string into a macro. Problem is when you type -layer into your command line you don't get the option for changing group/property filters.
Not sure but I think that filter and group of layer can be managed only from the layer manager.
Never see other ways to do that
FazBear
13th Nov 2007, 01:59 pm
Niether have i but i would really benefit from being able to freeze and thaw group/property filters from a macro, preferably a toggle button.
StykFacE
13th Nov 2007, 02:24 pm
Haven't seen ya in awhile Fazbear!! sup dude? 8)
FazBear
13th Nov 2007, 02:32 pm
Im good ta!
Been a while. what you been up to?
Champion22-01
13th Feb 2008, 07:57 pm
Original "What i am trying to do is freeze/thaw layer group filters and layer property filters using the command line so i can write the command string into a macro. Problem is when you type -layer into your command line you don't get the option for changing group/property filters."
Have you tried "vplayer", which allows the freezing and thawing of objects in viewports and can be written out ... instead of filters, you'll need to do wildcard which is common in the filter, such as
[A-Wall-Iden On]^C^CVPLayer Thaw Current Thaw A-Wall-Iden ;;
OR use "-La" with wildcards ("*") =
"[Flrpln Walls Wdws Doors]^C^C-La On A-wall,A-Wall-Open,A-Gla*,A-door,A-Flor-Hral, Off A-Glaz-Iden ;"
Powered by vBulletin™ Version 4.1.2 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.