<?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 a terrain from a 3D dwg in Collaboration with other software</title>
    <link>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-a-terrain-from-a-3D-dwg/m-p/203866#M25516</link>
    <description>Why not just add the line at the beginning of the script:&lt;BR /&gt;
&lt;BR /&gt;
HOTSPOT 0,0,0</description>
    <pubDate>Tue, 16 Oct 2012 20:24:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-10-16T20:24:33Z</dc:date>
    <item>
      <title>Importing a terrain from a 3D dwg</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-a-terrain-from-a-3D-dwg/m-p/203862#M25512</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi, in Hungary most widespread way of getting terrain data from civil engineers is through a 3D AutoCAD dwg file, and I can't make a real 3D Terrain in ArchiCAD.&lt;BR /&gt;
&lt;BR /&gt;
The program opens the dwg, but it's converted into 2D. If I choose a through gdl import, I've got the 3D, but with no hotspots to snap a terrain onto them.&lt;BR /&gt;
&lt;BR /&gt;
I imported the data into Blender, and then into collada, to get it in SketcUp (done), but found that my Sketchup .skps are imported into my ArchiCAD SE 2010 differently than advertised, again, I get a gdl element without walls or slabs (I tried simple boxes and the like to test the thing, didn't work).&lt;BR /&gt;
&lt;BR /&gt;
I have Autocad LTs, Archicad SE 2006 and 2010; Blender and Sketchup. But couldn't do the import.&lt;BR /&gt;
&lt;BR /&gt;
Any ideas? Thanks in advance.&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 13 Oct 2012 13:40:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-a-terrain-from-a-3D-dwg/m-p/203862#M25512</guid>
      <dc:creator>Sam Karli</dc:creator>
      <dc:date>2012-10-13T13:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a terrain from a 3D dwg</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-a-terrain-from-a-3D-dwg/m-p/203863#M25513</link>
      <description>&lt;BLOCKQUOTE&gt;Sam wrote:&lt;BR /&gt;If I choose a through gdl import, I've got the 3D, but with no hotspots to snap a terrain onto them.&lt;/BLOCKQUOTE&gt;

If you open the terrain library part, go to the 2D Symbol window, and place hotspots with the Hotspots Tool, and save the part. This will add hotspots to the 2D Symbol in the plan view. (I am assuming this will work in the SE version). If you had AC 16, you could convert this object to Morphs and edit it directly in the 3D Window.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Sun, 14 Oct 2012 12:47:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-a-terrain-from-a-3D-dwg/m-p/203863#M25513</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2012-10-14T12:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a terrain from a 3D dwg</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-a-terrain-from-a-3D-dwg/m-p/203864#M25514</link>
      <description>Thanks,&lt;BR /&gt;
&lt;BR /&gt;
I can add hotsports in the 2D symbol view, but they are, again, in 2D (having Z coords 0), and it's the Z (height data) that I search for &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
PS&lt;BR /&gt;
But this gave me the idea of the usual solution:&lt;BR /&gt;
I opened the 3D script (of only lines) in Notepad++, and made a Regex-search/replace. Just for fun, the two parameters were:&lt;BR /&gt;
What:&lt;BR /&gt;
&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;^LIN_ ([^,]*,[^,]*,[^,]*),&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
To:&lt;BR /&gt;
&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;hotspot $1 \nhotspot&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
And this converted every line into two hotspots (start and end) .</description>
      <pubDate>Sun, 14 Oct 2012 21:37:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-a-terrain-from-a-3D-dwg/m-p/203864#M25514</guid>
      <dc:creator>Sam Karli</dc:creator>
      <dc:date>2012-10-14T21:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a terrain from a 3D dwg</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-a-terrain-from-a-3D-dwg/m-p/203865#M25515</link>
      <description>The only problem is that the imported GDL stuff is just 2 digit precise (ie. a point's coordinates are like 000.00, not 000.0000), that's not too much.</description>
      <pubDate>Mon, 15 Oct 2012 14:57:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-a-terrain-from-a-3D-dwg/m-p/203865#M25515</guid>
      <dc:creator>Sam Karli</dc:creator>
      <dc:date>2012-10-15T14:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a terrain from a 3D dwg</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-a-terrain-from-a-3D-dwg/m-p/203866#M25516</link>
      <description>Why not just add the line at the beginning of the script:&lt;BR /&gt;
&lt;BR /&gt;
HOTSPOT 0,0,0</description>
      <pubDate>Tue, 16 Oct 2012 20:24:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-a-terrain-from-a-3D-dwg/m-p/203866#M25516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-16T20:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a terrain from a 3D dwg</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-a-terrain-from-a-3D-dwg/m-p/203867#M25517</link>
      <description>I don't understand this, what is this line for?</description>
      <pubDate>Tue, 16 Oct 2012 20:57:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-a-terrain-from-a-3D-dwg/m-p/203867#M25517</guid>
      <dc:creator>Sam Karli</dc:creator>
      <dc:date>2012-10-16T20:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a terrain from a 3D dwg</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-a-terrain-from-a-3D-dwg/m-p/203868#M25518</link>
      <description>This line in the 3D script will generate the hotspot at the origin.&lt;BR /&gt;
You will be able to move the object and have the real reference.</description>
      <pubDate>Thu, 18 Oct 2012 19:12:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-a-terrain-from-a-3D-dwg/m-p/203868#M25518</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-18T19:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a terrain from a 3D dwg</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-a-terrain-from-a-3D-dwg/m-p/203869#M25519</link>
      <description>I am facing a similar problem. I am using AC16 and I have a DXF with the terrain in 3d.&lt;BR /&gt;
Any idea on how to model the terrain from the DWG 3d model?</description>
      <pubDate>Wed, 05 Jun 2013 13:10:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-a-terrain-from-a-3D-dwg/m-p/203869#M25519</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-05T13:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a terrain from a 3D dwg</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-a-terrain-from-a-3D-dwg/m-p/203870#M25520</link>
      <description>1. Open that .dxf file in AutoCAD or similar program with LISP support&lt;BR /&gt;
2. Follow the instructions in this thread:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://archicad-talk.graphisoft.com/viewtopic.php?t=39671&amp;amp;highlight=mesh" target="_blank"&gt;&lt;LINK_TEXT text="http://archicad-talk.graphisoft.com/vie ... light=mesh"&gt;http://archicad-talk.graphisoft.com/viewtopic.php?t=39671&amp;amp;highlight=mesh&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
      <pubDate>Wed, 05 Jun 2013 15:07:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-a-terrain-from-a-3D-dwg/m-p/203870#M25520</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-05T15:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a terrain from a 3D dwg</title>
      <link>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-a-terrain-from-a-3D-dwg/m-p/203871#M25521</link>
      <description>Thank you andro55!&lt;BR /&gt;
Moving to the other post for questions.</description>
      <pubDate>Thu, 06 Jun 2013 07:08:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Collaboration-with-other/Importing-a-terrain-from-a-3D-dwg/m-p/203871#M25521</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-06T07:08:32Z</dc:date>
    </item>
  </channel>
</rss>

