<?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 names when exporting a DWG file in Revit Architecture Forum</title>
    <link>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/8451818#M250876</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(defun c:Rename_Layer ( / Lay_name)
(vl-load-com)
(vlax-for layer (vla-get-layers (vla-get-activedocument (vlax-get-acad-object))) 
   (setq Lay_name (vla-get-name layer))
   (setq Lay_name (vl-string-subst "." "_" Lay_name))
   (vla-put-name layer Lay_name)
)
)&lt;/PRE&gt;
&lt;P&gt;is a LISP by &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5869979"&gt;@dbhunia&lt;/a&gt;&amp;nbsp;that can be run in AutoCAD that changes all underscores in the layer manager to periods - not a solution, but a temporary workaround for the meanwhile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4642512"&gt;@Viveka_CD&lt;/a&gt;&amp;nbsp;- highly appreciated!&lt;/P&gt;</description>
    <pubDate>Fri, 07 Dec 2018 06:10:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-12-07T06:10:00Z</dc:date>
    <item>
      <title>Layer names when exporting a DWG file</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/7638243#M250862</link>
      <description>&lt;P&gt;I all,&lt;/P&gt;&lt;P&gt;Your help would be greatly appreciated on an issue I have while exporting to DWG.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I export from Revit&amp;nbsp;all the layers names containing a&amp;nbsp;period ( . ) in my&amp;nbsp;DWG Export Setup is replaced by an underscore ( _ ) when the&amp;nbsp;DWG is created.&lt;/P&gt;&lt;P&gt;See&amp;nbsp; attached images. Is it possible to keep the period ( . ) in the name? I am supposed to respect a template that I have been given.&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="DWG export setup.JPG" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/441319i9D2BB91C9336E5E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="DWG export setup.JPG" alt="DWG export setup.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DWG exported layers.JPG" style="width: 509px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/441320i5D7E8621CA60ED35/image-size/large?v=v2&amp;amp;px=999" role="button" title="DWG exported layers.JPG" alt="DWG exported layers.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 13:20:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/7638243#M250862</guid>
      <dc:creator>manu.seg</dc:creator>
      <dc:date>2017-12-20T13:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Layer names when exporting a DWG file</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/7638523#M250863</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4360389"&gt;@manu.seg&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please see &lt;A href="https://knowledge.autodesk.com/support/revit-products/learn-explore/caas/CloudHelp/cloudhelp/2016/ENU/Revit-DocumentPresent/files/GUID-3541F82B-9E25-47C5-BE52-3F6C6F40DA02-htm.html" target="_blank"&gt;mapping settings for a DWG or DXF export setup&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share a file with us to test and the steps you followed so that we can reproduce the issue and investigate further?&lt;/P&gt;
&lt;P&gt;I can send you a private folder if you'd like.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking forward to your reply update.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 14:35:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/7638523#M250863</guid>
      <dc:creator>Viveka_CD</dc:creator>
      <dc:date>2017-12-20T14:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Layer names when exporting a DWG file</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/7639079#M250864</link>
      <description>Thanks for your quick answer.&lt;BR /&gt;&lt;BR /&gt;My model is 88 mb, so it might be better if you send me a shared folder&lt;BR /&gt;link.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Dec 2017 16:55:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/7639079#M250864</guid>
      <dc:creator>manu.seg</dc:creator>
      <dc:date>2017-12-20T16:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Layer names when exporting a DWG file</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/7639544#M250865</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4360389"&gt;@manu.seg&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I shared an upload link with you.&lt;/P&gt;
&lt;P&gt;Let me know if you have trouble accessing the folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 19:20:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/7639544#M250865</guid>
      <dc:creator>Viveka_CD</dc:creator>
      <dc:date>2017-12-20T19:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Layer names when exporting a DWG file</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/7639720#M250866</link>
      <description>&lt;P&gt;I created a simplified model to illustrate what I'm talking about.&lt;BR /&gt;&lt;BR /&gt;Here is the Revit and DWG file.&lt;BR /&gt;&lt;BR /&gt;Note the layer name and modifier for WALLS in my DWG export setup and the&lt;BR /&gt;name actually exported to Autocad.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 20:10:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/7639720#M250866</guid>
      <dc:creator>manu.seg</dc:creator>
      <dc:date>2017-12-20T20:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Layer names when exporting a DWG file</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/7642560#M250867</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4360389"&gt;@manu.seg&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for sharing these files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will follow&amp;nbsp;up with an update.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 17:01:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/7642560#M250867</guid>
      <dc:creator>Viveka_CD</dc:creator>
      <dc:date>2017-12-21T17:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Layer names when exporting a DWG file</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/8293415#M250868</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4642512"&gt;@Viveka_CD&lt;/a&gt;, any update on the&amp;nbsp;&lt;STRONG&gt;period &lt;/STRONG&gt;exporting layers as&amp;nbsp;an&amp;nbsp;&lt;STRONG&gt;underscore&lt;/STRONG&gt; conversion issue?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 09:36:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/8293415#M250868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-26T09:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Layer names when exporting a DWG file</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/8294293#M250869</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for checking in!&lt;/P&gt;
&lt;P&gt;I'm sorry that this issue has fallen through the cracks. Let me check&amp;nbsp;back with the dedicated resource and follow&amp;nbsp;up.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 14:32:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/8294293#M250869</guid>
      <dc:creator>Viveka_CD</dc:creator>
      <dc:date>2018-09-26T14:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Layer names when exporting a DWG file</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/8294301#M250870</link>
      <description>&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Sep 2018 14:34:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/8294301#M250870</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-26T14:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Layer names when exporting a DWG file</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/8443422#M250871</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4642512"&gt;@Viveka_CD&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any update on this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 11:06:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/8443422#M250871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-04T11:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Layer names when exporting a DWG file</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/8443449#M250872</link>
      <description>&lt;P&gt;No, I have sorta gived up, they keep saying they will come back to me on the issue, but nobody does.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 11:23:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/8443449#M250872</guid>
      <dc:creator>manu.seg</dc:creator>
      <dc:date>2018-12-04T11:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Layer names when exporting a DWG file</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/8444033#M250873</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry, this is taking so long!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I checked back again with the team working on your issue.&lt;/P&gt;
&lt;P&gt;They were&amp;nbsp;able to successfully export without any issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;They have requested&amp;nbsp;a screencast and the latest journal to investigate further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 14:28:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/8444033#M250873</guid>
      <dc:creator>Viveka_CD</dc:creator>
      <dc:date>2018-12-04T14:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Layer names when exporting a DWG file</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/8444859#M250874</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4360389"&gt;@manu.seg&lt;/a&gt;,&amp;nbsp;@Anonymous&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm checking again with AutoCAD&amp;nbsp;specialists&amp;nbsp;-&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some ACAD routines don't like&amp;nbsp;specific punctuations (.)&amp;nbsp; That's why they may be replaced.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Meanwhile here's a &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/invalid-charaters-in-layer-names/td-p/902569" target="_blank"&gt;forum post&lt;/A&gt; that was shared (an article that suggests (.) periods are problematic)&lt;/P&gt;
&lt;P&gt;I'll update when&amp;nbsp;I hear more from the team.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 18:48:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/8444859#M250874</guid>
      <dc:creator>Viveka_CD</dc:creator>
      <dc:date>2018-12-04T18:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Layer names when exporting a DWG file</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/8447012#M250875</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4360389"&gt;@manu.seg&lt;/a&gt;,&amp;nbsp;@Anonymous&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to share a recent update -This issue has been identified as legacy bug - I will keep you posted of any progress.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 14:53:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/8447012#M250875</guid>
      <dc:creator>Viveka_CD</dc:creator>
      <dc:date>2018-12-05T14:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Layer names when exporting a DWG file</title>
      <link>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/8451818#M250876</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(defun c:Rename_Layer ( / Lay_name)
(vl-load-com)
(vlax-for layer (vla-get-layers (vla-get-activedocument (vlax-get-acad-object))) 
   (setq Lay_name (vla-get-name layer))
   (setq Lay_name (vl-string-subst "." "_" Lay_name))
   (vla-put-name layer Lay_name)
)
)&lt;/PRE&gt;
&lt;P&gt;is a LISP by &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5869979"&gt;@dbhunia&lt;/a&gt;&amp;nbsp;that can be run in AutoCAD that changes all underscores in the layer manager to periods - not a solution, but a temporary workaround for the meanwhile.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4642512"&gt;@Viveka_CD&lt;/a&gt;&amp;nbsp;- highly appreciated!&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 06:10:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-architecture-forum/layer-names-when-exporting-a-dwg-file/m-p/8451818#M250876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-07T06:10:00Z</dc:date>
    </item>
  </channel>
</rss>

