Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Thaw All Layers

4 REPLIES 4
Reply
Message 1 of 5
ririe44
27191 Views, 4 Replies

Thaw All Layers

Hello, is there a method to thaw (or turn on) all layers from the command line? I'm trying to run a script and I need to select all of the layers, and then thaw them all.

Please help!
4 REPLIES 4
Message 2 of 5
Anonymous
in reply to: ririe44

(command "_layer" "t" "*" "");;???

wrote in message news:5127789@discussion.autodesk.com...
Hello, is there a method to thaw (or turn on) all layers from the command
line? I'm trying to run a script and I need to select all of the layers,
and then thaw them all.

Please help!
Message 3 of 5
Anonymous
in reply to: ririe44

Or, if you don't want to use LISP:

Command: -layer

Current layer: "0"
Enter an option
[?/Make/Set/New/ON/OFF/Color/Ltype/LWeight/Plot/Freeze/Thaw/LOck/Unlock/stAte]:
t

Enter name list of layer(s) to thaw: *
Enter an option
[?/Make/Set/New/ON/OFF/Color/Ltype/LWeight/Plot/Freeze/Thaw/LOck/Unlock/stAte]:

Command:


--
R. Robert Bell


wrote in message news:5127789@discussion.autodesk.com...
Hello, is there a method to thaw (or turn on) all layers from the command
line? I'm trying to run a script and I need to select all of the layers,
and then thaw them all.

Please help!
Message 4 of 5
Anonymous
in reply to: ririe44

Or, in script format:

<...whatever precedes...>
-layer
t
*

<...whatever follows...>

--
Kent Cooper


wrote...
Hello, is there a method to thaw (or turn on) all layers from the command
line? I'm trying to run a script and I need to select all of the layers,
and then thaw them all.

Please help!
Message 5 of 5
Anonymous
in reply to: ririe44

Hi,
other way :
LAYTHW from Express Tools to Thaws all layers
( and LAYON to Turns on all layers)

Bruno Toniutti

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


Autodesk Design & Make Report