<?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: Importing DWG - 2D Script Errors in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-DWG-2D-Script-Errors/m-p/272393#M35700</link>
    <description>So you are just going FILE menu &amp;gt; FILE SPECIAL &amp;gt; MERGE ?&lt;BR /&gt;
That should bring the DWG in as lines and text and depending on your DXF/DWG translator settings blocks can be converted to objects.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
    <pubDate>Fri, 02 Mar 2018 02:35:54 GMT</pubDate>
    <dc:creator>Barry Kelly</dc:creator>
    <dc:date>2018-03-02T02:35:54Z</dc:date>
    <item>
      <title>Importing DWG - 2D Script Errors</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-DWG-2D-Script-Errors/m-p/272390#M35697</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;More often than not, when I try and import a DWG, it comes in with tons of 2D script errors. They all have to do with double quotation marks. It seems that anytime any markup contains a quote in the DWG, it doubles that quote and creates a string error in the 2D script.&lt;BR /&gt;
&lt;BR /&gt;
I have been taking them out by hand, changing the quotation marks into text but this is quite ridiculous and I would love to know why this happening so I can prevent it in the future.&lt;BR /&gt;
&lt;BR /&gt;
Here's an example of a portion of the 2D script that throws an error:&lt;BR /&gt;
&lt;BR /&gt;
PARAGRAPH "paragraph_1074_4" 2, 0, 0, 0, 1.04228&lt;BR /&gt;
	"LOW PT. = 7'-5" "&lt;BR /&gt;
ENDPARAGRAPH&lt;BR /&gt;
&lt;BR /&gt;
To solve this it needs to be modified to:&lt;BR /&gt;
&lt;BR /&gt;
PARAGRAPH "paragraph_1074_4" 2, 0, 0, 0, 1.04228&lt;BR /&gt;
	"LOW PT. = 7'-5in "&lt;BR /&gt;
ENDPARAGRAPH&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 01 Mar 2018 14:59:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-DWG-2D-Script-Errors/m-p/272390#M35697</guid>
      <dc:creator>kittonian</dc:creator>
      <dc:date>2018-03-01T14:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Importing DWG - 2D Script Errors</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-DWG-2D-Script-Errors/m-p/272391#M35698</link>
      <description>That is just because the text in the DWG says 7' 5" so the script is enclosing the text in quotes which it must do.&lt;BR /&gt;
However because it is the same quote symbol and there is now an extra one it creates the error.&lt;BR /&gt;
&lt;BR /&gt;
Is there a reason why you are bringing the DWG in as an object?&lt;BR /&gt;
Have you tried just placing the DWG with the 'Drawing' tool - it will remain one element like an object and will not create new layers or line types unless you explode it (then you have a choice of what to do regarding the creation of new attributes).&lt;BR /&gt;
&lt;BR /&gt;
Or you can MERGE the DWG and it will create new attributes if needed and will automatically be exploded.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Fri, 02 Mar 2018 00:43:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-DWG-2D-Script-Errors/m-p/272391#M35698</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2018-03-02T00:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Importing DWG - 2D Script Errors</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-DWG-2D-Script-Errors/m-p/272392#M35699</link>
      <description>I am trying to "merge" it, not open it as an object. Perhaps I am doing this incorrectly. What I need is to bring it in and be able to have all the various blocks, etc. converted to GDL objects, dimensions, etc. so that I can start working with it in AC.</description>
      <pubDate>Fri, 02 Mar 2018 02:25:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-DWG-2D-Script-Errors/m-p/272392#M35699</guid>
      <dc:creator>kittonian</dc:creator>
      <dc:date>2018-03-02T02:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Importing DWG - 2D Script Errors</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-DWG-2D-Script-Errors/m-p/272393#M35700</link>
      <description>So you are just going FILE menu &amp;gt; FILE SPECIAL &amp;gt; MERGE ?&lt;BR /&gt;
That should bring the DWG in as lines and text and depending on your DXF/DWG translator settings blocks can be converted to objects.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Fri, 02 Mar 2018 02:35:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-DWG-2D-Script-Errors/m-p/272393#M35700</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2018-03-02T02:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Importing DWG - 2D Script Errors</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-DWG-2D-Script-Errors/m-p/272394#M35701</link>
      <description>Well, since there is no more "File Special" menu in AC 21, I am going to File-&amp;gt;Interoperability-&amp;gt;Merge which should bring the DWG in as you described, and yet it does not escape the quotes properly in the 2D script. I'm fairly sure this is a huge bug in the translation code but I cannot believe I am the first one to bring it up.</description>
      <pubDate>Fri, 02 Mar 2018 15:34:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-DWG-2D-Script-Errors/m-p/272394#M35701</guid>
      <dc:creator>kittonian</dc:creator>
      <dc:date>2018-03-02T15:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Importing DWG - 2D Script Errors</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-DWG-2D-Script-Errors/m-p/272395#M35702</link>
      <description>Yeah, you're right: special characters should be properly escaped – which is not happening here.&lt;BR /&gt;
But since everybody besides the US uses the metrical system it seems nobody has noticed  ¯\_(ツ)_/¯</description>
      <pubDate>Fri, 02 Mar 2018 16:09:22 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-DWG-2D-Script-Errors/m-p/272395#M35702</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2018-03-02T16:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Importing DWG - 2D Script Errors</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-DWG-2D-Script-Errors/m-p/272396#M35703</link>
      <description>Thanks Runxel. At least I know I'm not going crazy here. This is a giant bug and should definitely be addressed. It's basically impossible to bring in a DWG file as it stands.</description>
      <pubDate>Fri, 02 Mar 2018 21:23:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-DWG-2D-Script-Errors/m-p/272396#M35703</guid>
      <dc:creator>kittonian</dc:creator>
      <dc:date>2018-03-02T21:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Importing DWG - 2D Script Errors</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-DWG-2D-Script-Errors/m-p/272397#M35704</link>
      <description>&lt;BLOCKQUOTE&gt;kittonian wrote:&lt;BR /&gt;Thanks Runxel. At least I know I'm not going crazy here. This is a giant bug and should definitely be addressed. It's basically impossible to bring in a DWG file as it stands.&lt;/BLOCKQUOTE&gt;

Seems like one that is easy to fix, too.  Please report it through your reseller / country-specific technical support if you have not done so yet.</description>
      <pubDate>Sat, 03 Mar 2018 00:05:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-DWG-2D-Script-Errors/m-p/272397#M35704</guid>
      <dc:creator>Karl Ottenstein</dc:creator>
      <dc:date>2018-03-03T00:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Importing DWG - 2D Script Errors</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-DWG-2D-Script-Errors/m-p/272398#M35705</link>
      <description>I will also report this directly to GRAPHISOFT.</description>
      <pubDate>Sat, 03 Mar 2018 10:53:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-DWG-2D-Script-Errors/m-p/272398#M35705</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2018-03-03T10:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Importing DWG - 2D Script Errors</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-DWG-2D-Script-Errors/m-p/272399#M35706</link>
      <description>Hey guys,&lt;BR /&gt;
&lt;BR /&gt;
We took a look into this, and it is definitely an oversight from our side. This should be fixed in ARCHICAD 22 (those in the beta program should be able to see this change already), and we are looking into whether we can implement this for 21 as well.&lt;BR /&gt;
&lt;BR /&gt;
Regards,</description>
      <pubDate>Mon, 23 Apr 2018 11:33:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-DWG-2D-Script-Errors/m-p/272399#M35706</guid>
      <dc:creator>Daniel Kovacs</dc:creator>
      <dc:date>2018-04-23T11:33:48Z</dc:date>
    </item>
  </channel>
</rss>

