<?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 Re: automate merge layers || flatten layers in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/automate-merge-layers-flatten-layers/m-p/11864163#M39438</link>
    <description>&lt;P&gt;one possibility would be to code a lisp function to cycle through every single object including those inside blocks and change the layer to a specific given layer name except the given specified layer names to not change. Then perform several purges to get rid of the remaining layer names that now have no objects on them.&lt;/P&gt;</description>
    <pubDate>Sat, 01 Apr 2023 02:56:19 GMT</pubDate>
    <dc:creator>paullimapa</dc:creator>
    <dc:date>2023-04-01T02:56:19Z</dc:date>
    <item>
      <title>automate merge layers || flatten layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automate-merge-layers-flatten-layers/m-p/11863792#M39436</link>
      <description>&lt;P&gt;My client's AutoCAD Admin maintains AutoCAD files with dozens of layers&lt;BR /&gt;My client's AutoCAD Admin would like to automate the merging / flattening of all layers with the exception of 1 or 2 specific layers.&lt;BR /&gt;Is there a way combine the "flattening" of layers with the "Save As" method? ...possibly a macro as might occur in a .VBA solution?&lt;BR /&gt;&lt;BR /&gt;Your comments would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 21:09:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automate-merge-layers-flatten-layers/m-p/11863792#M39436</guid>
      <dc:creator>mreavesLXYQU</dc:creator>
      <dc:date>2023-03-31T21:09:29Z</dc:date>
    </item>
    <item>
      <title>回复： automate merge layers || flatten layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automate-merge-layers-flatten-layers/m-p/11863837#M39437</link>
      <description>&lt;P&gt;Please check below.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/Merge-AutoCAD-Layers.html" target="_blank" rel="noopener"&gt;https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/Merge-AutoCAD-Layers.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 21:36:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automate-merge-layers-flatten-layers/m-p/11863837#M39437</guid>
      <dc:creator>WeTanks</dc:creator>
      <dc:date>2023-03-31T21:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: automate merge layers || flatten layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automate-merge-layers-flatten-layers/m-p/11864163#M39438</link>
      <description>&lt;P&gt;one possibility would be to code a lisp function to cycle through every single object including those inside blocks and change the layer to a specific given layer name except the given specified layer names to not change. Then perform several purges to get rid of the remaining layer names that now have no objects on them.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 02:56:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automate-merge-layers-flatten-layers/m-p/11864163#M39438</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2023-04-01T02:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: automate merge layers || flatten layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automate-merge-layers-flatten-layers/m-p/11864239#M39439</link>
      <description>&lt;P&gt;Few things to consider:&lt;/P&gt;&lt;P&gt;1. Properties of objects set to ByLayer - There are a few lisp out there to assign layer properties to the objects on them so they would display and plot the same after being merged to another layer.&lt;/P&gt;&lt;P&gt;2. It would no longer be able to control the display of objects with layers anymore, WYSIWYG!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Easy enough as long as you understand the consequences. I use it often for location maps required on cover sheets for project drawing. Rather than adding a bunch of layers I'll convert those location maps to display required objects with correct linetypes, colors &amp;amp; lineweights but with everything on layer 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are others who convert them to images to insert as it's easier.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 04:23:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automate-merge-layers-flatten-layers/m-p/11864239#M39439</guid>
      <dc:creator>TomBeauford</dc:creator>
      <dc:date>2023-04-01T04:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: automate merge layers || flatten layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automate-merge-layers-flatten-layers/m-p/11864272#M39440</link>
      <description>&lt;P&gt;something similar to what&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;already did here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-block-objects-to-layer-0-and-keep-objects-colors-and/td-p/9986023" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-block-objects-to-layer-0-and-keep-objects-colors-and/td-p/9986023&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 05:13:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automate-merge-layers-flatten-layers/m-p/11864272#M39440</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2023-04-01T05:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: automate merge layers || flatten layers</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/automate-merge-layers-flatten-layers/m-p/11868201#M39441</link>
      <description>... and don't forget about CHECKSTANDARDS and LAYTRANS commands, tools that exist for conforming to file format standards.</description>
      <pubDate>Mon, 03 Apr 2023 13:38:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/automate-merge-layers-flatten-layers/m-p/11868201#M39441</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2023-04-03T13:38:18Z</dc:date>
    </item>
  </channel>
</rss>

