<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Layer group to show all layers in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/layer-group-to-show-all-layers/m-p/11309126#M53467</link>
    <description>&lt;P&gt;Is there a way were i can type in or just another way were i can go straight to show all layers?&lt;/P&gt;&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2022 15:23:47 GMT</pubDate>
    <dc:creator>Jgmargarito26</dc:creator>
    <dc:date>2022-07-20T15:23:47Z</dc:date>
    <item>
      <title>Layer group to show all layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-group-to-show-all-layers/m-p/11309126#M53467</link>
      <description>&lt;P&gt;Is there a way were i can type in or just another way were i can go straight to show all layers?&lt;/P&gt;&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 15:23:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-group-to-show-all-layers/m-p/11309126#M53467</guid>
      <dc:creator>Jgmargarito26</dc:creator>
      <dc:date>2022-07-20T15:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Layer group to show all layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-group-to-show-all-layers/m-p/11309165#M53468</link>
      <description>Are you using the LT version of AutoCAD?&lt;BR /&gt;&lt;BR /&gt;If not, load up a LISP to do what you want, here is a basic one to get you started&lt;BR /&gt;(DEFUN C:LTA()(COMMAND"LAYER""THAW""*""ON""*""UNLOCK""*"""))</description>
      <pubDate>Wed, 20 Jul 2022 15:36:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-group-to-show-all-layers/m-p/11309165#M53468</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2022-07-20T15:36:43Z</dc:date>
    </item>
    <item>
      <title>Betreff: Layer group to show all layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-group-to-show-all-layers/m-p/11309199#M53469</link>
      <description>&lt;P&gt;Pendeans answer is to see all objects (in model),&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but if you like to see all layers in layerproperties manager list,&lt;/P&gt;
&lt;P&gt;set groupfilter ALL current.&lt;/P&gt;
&lt;P&gt;This one is already present.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If we both are not on the track, share a sample (dwg/screenshot)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 15:50:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-group-to-show-all-layers/m-p/11309199#M53469</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2022-07-20T15:50:10Z</dc:date>
    </item>
    <item>
      <title>Betreff: Layer group to show all layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-group-to-show-all-layers/m-p/11309231#M53470</link>
      <description>&lt;P&gt;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.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 15:58:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-group-to-show-all-layers/m-p/11309231#M53470</guid>
      <dc:creator>Jgmargarito26</dc:creator>
      <dc:date>2022-07-20T15:58:57Z</dc:date>
    </item>
    <item>
      <title>Betreff: Layer group to show all layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-group-to-show-all-layers/m-p/11309290#M53471</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this discussion might help:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-switch-layer-manager-to-quot-local-layer-quot-filter/td-p/7124603" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-to-switch-layer-manager-to-quot-local-layer-quot-filter/td-p/7124603&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 16:12:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-group-to-show-all-layers/m-p/11309290#M53471</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2022-07-20T16:12:02Z</dc:date>
    </item>
    <item>
      <title>Betreff: Layer group to show all layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-group-to-show-all-layers/m-p/11309792#M53472</link>
      <description>&lt;P&gt;this discussion might also help&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/layer-dialogue-box-invert-filter/m-p/11199652#M431863" target="_blank"&gt;Re: Layer Dialogue Box, Invert Filter - Autodesk Community - AutoCAD&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 19:20:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-group-to-show-all-layers/m-p/11309792#M53472</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2022-07-20T19:20:38Z</dc:date>
    </item>
  </channel>
</rss>

