<?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: Layer 0 from xref file appears on current layer in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/layer-0-from-xref-file-appears-on-current-layer/m-p/12821004#M14747</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="bodyDisplay" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;"I see, so I need to move everything off layer 0"&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Yes, and this also the prefered way to work in .dwg, except you have a (technical) reason to use it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;"What's the purpose of this layer if I can't use it?"&lt;/P&gt;
&lt;P&gt;You CAN use it and you SHOULD use it, but as I tried to explain above: It is a special Layer of .dxf/.dwg files&lt;/P&gt;
&lt;P&gt;so you should use it when 1. You know about the specials and 2. if you need to use these specials,&lt;/P&gt;
&lt;P&gt;otherwise:&lt;/P&gt;
&lt;P&gt;Thumbrule&lt;/P&gt;
&lt;P&gt;Don't use Layer0 and don't change layerproperties (do not off, freeze or lock for example), the same for other systemlayers.&lt;/P&gt;
&lt;P&gt;Why: If you are not familiar with the special, you will get unexpected behavior every year, month - perhaps every day,&lt;/P&gt;
&lt;P&gt;because you don't know about it.&lt;/P&gt;
&lt;P&gt;Simple prevention solution: Don't use it, until you know why you use it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Same for Systemlayer "Defpoints" - again just a thumb rule: Don't use it, it is used by system.&lt;/P&gt;
&lt;P&gt;If you want to habe a non-plotable layer, create your own.&lt;/P&gt;
&lt;P&gt;User defined things = for user created content.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sample: There are 20(!) blockreferences of the same block, 4 of them are completely invisible.&lt;/P&gt;
&lt;P&gt;Some looks equal to others, but the most are different.&lt;/P&gt;
&lt;P&gt;That's all about Object properties BYLAYER, BYBLOCK and Layer0 usage&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cadffm_1-1717608899294.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1372366i7DFEF63575BD1845/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cadffm_1-1717608899294.png" alt="cadffm_1-1717608899294.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But for Layer 0 explaination, a more simple example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cadffm_3-1717609948788.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1372378iC25CD1A85F2ABB40/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cadffm_3-1717609948788.png" alt="cadffm_3-1717609948788.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;3 blockreferences of one block, on 3 different layers.&lt;/P&gt;
&lt;P&gt;You can see, you can controle the color by different layer colors (also linetype and so on),&lt;/P&gt;
&lt;P&gt;you can hide some of them by turning the insertion layer to Freeze.&lt;/P&gt;
&lt;P&gt;All objects inside the block, acting like they are drawn on the insertion layer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Note: My sample is an internal block, but in fact it is the same for DWG xrefs.&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jun 2024 17:55:34 GMT</pubDate>
    <dc:creator>cadffm</dc:creator>
    <dc:date>2024-06-05T17:55:34Z</dc:date>
    <item>
      <title>Layer 0 from xref file appears on current layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-0-from-xref-file-appears-on-current-layer/m-p/12820664#M14742</link>
      <description>&lt;P&gt;As I'm reading through and admittedly old autocad manual to learn about xrefs, I see a note that "To segregate layers in Xref files from layers in the current drawing, AutoCAD prefixes the names of the Xref file's layers with their file's name."&lt;/P&gt;&lt;P&gt;The issue that I'm seeing is that objects on Layer 0 from the file that I'm importing are being placed on the active layer of the current file.&lt;/P&gt;&lt;P&gt;How do I prevent/correct/work around this?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 15:30:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-0-from-xref-file-appears-on-current-layer/m-p/12820664#M14742</guid>
      <dc:creator>Nathan.Mantz</dc:creator>
      <dc:date>2024-06-05T15:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Layer 0 from xref file appears on current layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-0-from-xref-file-appears-on-current-layer/m-p/12820709#M14743</link>
      <description>&lt;P&gt;That's the way AutoCAD is supposed to work.&amp;nbsp; Layer 0 is a "chameleon" layer.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Solution is: Don't draw anything on Layer 0 unless you want this behavior.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 15:48:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-0-from-xref-file-appears-on-current-layer/m-p/12820709#M14743</guid>
      <dc:creator>apjones</dc:creator>
      <dc:date>2024-06-05T15:48:38Z</dc:date>
    </item>
    <item>
      <title>Betreff: Layer 0 from xref file appears on current layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-0-from-xref-file-appears-on-current-layer/m-p/12820786#M14744</link>
      <description>&lt;P&gt;Chamelion layer is cool &lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11705058"&gt;@Nathan.Mantz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Layer 0 is a systemlayer (always present) and not for user usage, except for some special cases&lt;/P&gt;
&lt;P&gt;and this is what you stumbled now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For usual:&lt;/P&gt;
&lt;P&gt;Dont use system layers like 0 or defpoints and some others.&lt;/P&gt;
&lt;P&gt;dont change systemlayer properties, like on/off freeze/thaw lock/unlock.&lt;/P&gt;
&lt;P&gt;Layer0 is for use in blocks (or if you want to use this file as Xref, what is a block -just the content will reload from external source file),&lt;/P&gt;
&lt;P&gt;if you want to inherit the insertion layer to this (on Layer 0 drawn) objects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Layer0 is similar to "ByLayer" for other general object properties.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Solution in your case already stated above: Don't use Layer0 to draw, except for special cases if you want to use this feature (inherit insertion layer to these objects).&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 16:22:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-0-from-xref-file-appears-on-current-layer/m-p/12820786#M14744</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2024-06-05T16:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Layer 0 from xref file appears on current layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-0-from-xref-file-appears-on-current-layer/m-p/12820913#M14745</link>
      <description>&lt;P&gt;I see, so I need to move everything off layer 0.&lt;/P&gt;&lt;P&gt;What's the purpose of this layer if I can't use it?&lt;/P&gt;&lt;P&gt;Sorry, I'm letting my acad knowledge level show...&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 17:21:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-0-from-xref-file-appears-on-current-layer/m-p/12820913#M14745</guid>
      <dc:creator>Nathan.Mantz</dc:creator>
      <dc:date>2024-06-05T17:21:10Z</dc:date>
    </item>
    <item>
      <title>Betreff: Layer 0 from xref file appears on current layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-0-from-xref-file-appears-on-current-layer/m-p/12820914#M14746</link>
      <description>&lt;P&gt;Thanks!&amp;nbsp; You answered before I asked.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 17:22:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-0-from-xref-file-appears-on-current-layer/m-p/12820914#M14746</guid>
      <dc:creator>Nathan.Mantz</dc:creator>
      <dc:date>2024-06-05T17:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Layer 0 from xref file appears on current layer</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/layer-0-from-xref-file-appears-on-current-layer/m-p/12821004#M14747</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="bodyDisplay" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;"I see, so I need to move everything off layer 0"&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Yes, and this also the prefered way to work in .dwg, except you have a (technical) reason to use it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;"What's the purpose of this layer if I can't use it?"&lt;/P&gt;
&lt;P&gt;You CAN use it and you SHOULD use it, but as I tried to explain above: It is a special Layer of .dxf/.dwg files&lt;/P&gt;
&lt;P&gt;so you should use it when 1. You know about the specials and 2. if you need to use these specials,&lt;/P&gt;
&lt;P&gt;otherwise:&lt;/P&gt;
&lt;P&gt;Thumbrule&lt;/P&gt;
&lt;P&gt;Don't use Layer0 and don't change layerproperties (do not off, freeze or lock for example), the same for other systemlayers.&lt;/P&gt;
&lt;P&gt;Why: If you are not familiar with the special, you will get unexpected behavior every year, month - perhaps every day,&lt;/P&gt;
&lt;P&gt;because you don't know about it.&lt;/P&gt;
&lt;P&gt;Simple prevention solution: Don't use it, until you know why you use it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Same for Systemlayer "Defpoints" - again just a thumb rule: Don't use it, it is used by system.&lt;/P&gt;
&lt;P&gt;If you want to habe a non-plotable layer, create your own.&lt;/P&gt;
&lt;P&gt;User defined things = for user created content.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sample: There are 20(!) blockreferences of the same block, 4 of them are completely invisible.&lt;/P&gt;
&lt;P&gt;Some looks equal to others, but the most are different.&lt;/P&gt;
&lt;P&gt;That's all about Object properties BYLAYER, BYBLOCK and Layer0 usage&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cadffm_1-1717608899294.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1372366i7DFEF63575BD1845/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cadffm_1-1717608899294.png" alt="cadffm_1-1717608899294.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But for Layer 0 explaination, a more simple example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cadffm_3-1717609948788.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1372378iC25CD1A85F2ABB40/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cadffm_3-1717609948788.png" alt="cadffm_3-1717609948788.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;3 blockreferences of one block, on 3 different layers.&lt;/P&gt;
&lt;P&gt;You can see, you can controle the color by different layer colors (also linetype and so on),&lt;/P&gt;
&lt;P&gt;you can hide some of them by turning the insertion layer to Freeze.&lt;/P&gt;
&lt;P&gt;All objects inside the block, acting like they are drawn on the insertion layer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Note: My sample is an internal block, but in fact it is the same for DWG xrefs.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 17:55:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/layer-0-from-xref-file-appears-on-current-layer/m-p/12821004#M14747</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2024-06-05T17:55:34Z</dc:date>
    </item>
  </channel>
</rss>

