Layer group to show all layers

Layer group to show all layers

Jgmargarito26
Enthusiast Enthusiast
503 Views
5 Replies
Message 1 of 6

Layer group to show all layers

Jgmargarito26
Enthusiast
Enthusiast

Is there a way were i can type in or just another way were i can go straight to show all layers?

currently we have multiple grouping layers for certain dates but i would like to see if there is a faster way of showing all layers instead in the groups that someone made. 

0 Likes
504 Views
5 Replies
Replies (5)
Message 2 of 6

pendean
Community Legend
Community Legend
Are you using the LT version of AutoCAD?

If not, load up a LISP to do what you want, here is a basic one to get you started
(DEFUN C:LTA()(COMMAND"LAYER""THAW""*""ON""*""UNLOCK""*"""))
0 Likes
Message 3 of 6

cadffm
Consultant
Consultant

Pendeans answer is to see all objects (in model), 

but if you like to see all layers in layerproperties manager list,

set groupfilter ALL current.

This one is already present.

 

If we both are not on the track, share a sample (dwg/screenshot)

 

 

Sebastian

0 Likes
Message 4 of 6

Jgmargarito26
Enthusiast
Enthusiast

yes the layer properties grouping is what iam referring to. iam wondering if i can create a lisp or type it in by command to show all layers. we deal with multiple jobs that have them on a daily, so always going to click to show all gets annoying when you do it for the 100th time a day. so iam trying to reduce time by creating something and launching on start up every time i open a job up. 

0 Likes
Message 5 of 6

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

this discussion might help:

https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-switch-layer-manager-to-quot...

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 6 of 6

paullimapa
Mentor
Mentor

this discussion might also help

Re: Layer Dialogue Box, Invert Filter - Autodesk Community - AutoCAD


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes