<?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: acad 13 layers question in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/acad-13-layers-question/m-p/8216673#M169059</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;...&amp;nbsp;how i can change many layers information to one layer. Without no changes colour, linetype, etc. ....&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;LAYMRG&lt;/STRONG&gt;&lt;/FONT&gt; is &lt;EM&gt;not&lt;/EM&gt;&amp;nbsp; what you want, if I understand correctly.&amp;nbsp; You want [I think] something that's red because it's of ByLayer color on a red Layer to remain red when it goes to the one Layer, and something of Dashdot linetype because it's of ByLayer linetype on a Dashdot-linetype Layer to remain of Dashdot linetype when it goes to the&amp;nbsp;one Layer.&amp;nbsp; I assume you also want anything that has any &lt;EM&gt;overrides&lt;/EM&gt;&amp;nbsp; of such properties to retain&amp;nbsp;them after the transfer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wrote &lt;FONT color="#000000"&gt;&lt;STRONG&gt;BEL0CL.lsp&lt;/STRONG&gt;&lt;/FONT&gt;, available &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-all-block-element-to-layer-0-except-defpoints/m-p/4456115/highlight/true#M315289" target="_blank"&gt;&amp;gt;here&amp;lt;&lt;/A&gt;,&amp;nbsp;to do that to all the pieces &lt;EM&gt;in Block definitions&lt;/EM&gt;.&amp;nbsp; The name stands for &lt;FONT color="#000000"&gt;&lt;STRONG&gt;B&lt;/STRONG&gt;&lt;/FONT&gt;lock &lt;FONT color="#000000"&gt;&lt;STRONG&gt;E&lt;/STRONG&gt;&lt;/FONT&gt;ntities to &lt;FONT color="#000000"&gt;&lt;STRONG&gt;L&lt;/STRONG&gt;&lt;/FONT&gt;ayer &lt;FONT color="#000000"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/FONT&gt;, maintaining every entity's &lt;FONT color="#000000"&gt;&lt;STRONG&gt;C&lt;/STRONG&gt;&lt;/FONT&gt;olor and &lt;FONT color="#000000"&gt;&lt;STRONG&gt;L&lt;/STRONG&gt;&lt;/FONT&gt;inetype [from its original Layer or any override(s)].&amp;nbsp; It could be adjusted pretty easily to put things on a different Layer than 0, and outside any Block definition.&amp;nbsp; Are you capable of doing that adjustment?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's another later on that thread that does it also to the entities in &lt;FONT color="#000000"&gt;&lt;STRONG&gt;N&lt;/STRONG&gt;&lt;/FONT&gt;ested Blocks [with an N added in the file name], if that's of interest.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Aug 2018 13:34:30 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2018-08-22T13:34:30Z</dc:date>
    <item>
      <title>acad 13 layers question</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-13-layers-question/m-p/8216237#M169054</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can i ask you, how i can change many layers information to one layer. Without no changes colour, linetype, etc.&lt;/P&gt;&lt;P&gt;I have old acad drawing map and i want move all that layers information from one layer.&amp;nbsp; Then i want delete old layers.&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;best wishes&lt;/P&gt;&lt;P&gt;Jouni&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 10:42:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-13-layers-question/m-p/8216237#M169054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-22T10:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: acad 13 layers question</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-13-layers-question/m-p/8216281#M169055</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; how i can change many layers information to one layer. &lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; Without no changes colour, linetype, etc&lt;/EM&gt;&lt;/FONT&gt;.&lt;/P&gt;
&lt;P&gt;If an object is set to use color = "byLayer" and you change the object from a green layer to a red layer then the color of that object changes.&lt;/P&gt;
&lt;P&gt;If you combine a red layer and a green layer to a black layer (that's how I understand your question) then you first need to change the object to use color not "byLayer" and then you can combine the layers, but that is not a function built into AutoCAD, you might find tools that may handle color, lineweight, linetype, transparency, plotstyle in that way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask why you combine multiple layers (which means the file has a structure) to one layer (which then means the file lost it's structure)? Where is the advantage of killing a structure?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 11:09:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-13-layers-question/m-p/8216281#M169055</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2018-08-22T11:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: acad 13 layers question</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-13-layers-question/m-p/8216291#M169056</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1. You can save the layer on command LAYERSTATE &amp;gt; select all layer properties to restore &amp;gt; export.&lt;/P&gt;&lt;P&gt;2. To another cad command LAYERSTATE &amp;gt; import &amp;gt; restore&lt;/P&gt;&lt;P&gt;3. layer can be delete (if not used) purge or Using CAD Standard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 11:14:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-13-layers-question/m-p/8216291#M169056</guid>
      <dc:creator>jayhar</dc:creator>
      <dc:date>2018-08-22T11:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: acad 13 layers question</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-13-layers-question/m-p/8216633#M169057</link>
      <description>&lt;P&gt;Can you clarify what version of AutoCAD you are using?&amp;nbsp; R13 is ancient and cannot do what many of the newer versions can do.&amp;nbsp; If you are referring to AutoCAD 2013, you could look into the LAYMRG command.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2016/ENU/AutoCAD-Core/files/GUID-7D66940F-EC67-4DEC-89BC-82B887EABD6E-htm.html" target="_blank"&gt;https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2016/ENU/AutoCAD-Core/files/GUID-7D66940F-EC67-4DEC-89BC-82B887EABD6E-htm.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 13:17:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-13-layers-question/m-p/8216633#M169057</guid>
      <dc:creator>chriscowgill7373</dc:creator>
      <dc:date>2018-08-22T13:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: acad 13 layers question</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-13-layers-question/m-p/8216656#M169058</link>
      <description>&lt;P&gt;LAYMRG command works well, just run this lisp in your file first (see attached)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 13:23:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-13-layers-question/m-p/8216656#M169058</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2018-08-22T13:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: acad 13 layers question</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/acad-13-layers-question/m-p/8216673#M169059</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;...&amp;nbsp;how i can change many layers information to one layer. Without no changes colour, linetype, etc. ....&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;LAYMRG&lt;/STRONG&gt;&lt;/FONT&gt; is &lt;EM&gt;not&lt;/EM&gt;&amp;nbsp; what you want, if I understand correctly.&amp;nbsp; You want [I think] something that's red because it's of ByLayer color on a red Layer to remain red when it goes to the one Layer, and something of Dashdot linetype because it's of ByLayer linetype on a Dashdot-linetype Layer to remain of Dashdot linetype when it goes to the&amp;nbsp;one Layer.&amp;nbsp; I assume you also want anything that has any &lt;EM&gt;overrides&lt;/EM&gt;&amp;nbsp; of such properties to retain&amp;nbsp;them after the transfer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wrote &lt;FONT color="#000000"&gt;&lt;STRONG&gt;BEL0CL.lsp&lt;/STRONG&gt;&lt;/FONT&gt;, available &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/change-all-block-element-to-layer-0-except-defpoints/m-p/4456115/highlight/true#M315289" target="_blank"&gt;&amp;gt;here&amp;lt;&lt;/A&gt;,&amp;nbsp;to do that to all the pieces &lt;EM&gt;in Block definitions&lt;/EM&gt;.&amp;nbsp; The name stands for &lt;FONT color="#000000"&gt;&lt;STRONG&gt;B&lt;/STRONG&gt;&lt;/FONT&gt;lock &lt;FONT color="#000000"&gt;&lt;STRONG&gt;E&lt;/STRONG&gt;&lt;/FONT&gt;ntities to &lt;FONT color="#000000"&gt;&lt;STRONG&gt;L&lt;/STRONG&gt;&lt;/FONT&gt;ayer &lt;FONT color="#000000"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/FONT&gt;, maintaining every entity's &lt;FONT color="#000000"&gt;&lt;STRONG&gt;C&lt;/STRONG&gt;&lt;/FONT&gt;olor and &lt;FONT color="#000000"&gt;&lt;STRONG&gt;L&lt;/STRONG&gt;&lt;/FONT&gt;inetype [from its original Layer or any override(s)].&amp;nbsp; It could be adjusted pretty easily to put things on a different Layer than 0, and outside any Block definition.&amp;nbsp; Are you capable of doing that adjustment?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's another later on that thread that does it also to the entities in &lt;FONT color="#000000"&gt;&lt;STRONG&gt;N&lt;/STRONG&gt;&lt;/FONT&gt;ested Blocks [with an N added in the file name], if that's of interest.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 13:34:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/acad-13-layers-question/m-p/8216673#M169059</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2018-08-22T13:34:30Z</dc:date>
    </item>
  </channel>
</rss>

