<?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: Defining Extrusion Geometry in GDL code in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Defining-Extrusion-Geometry-in-GDL-code/m-p/290386#M2841</link>
    <description>You can reference &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Complex Profiles&lt;E&gt;&lt;/E&gt; in GDL and extrude those. There is a &lt;A href="https://archicad-talk.graphisoft.com/viewtopic.php?t=56819" target="_blank"&gt;thread&lt;/A&gt; from when this was introduced and it contains a link to the example object.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
    <pubDate>Thu, 07 Mar 2019 04:09:30 GMT</pubDate>
    <dc:creator>Lingwisyer</dc:creator>
    <dc:date>2019-03-07T04:09:30Z</dc:date>
    <item>
      <title>Defining Extrusion Geometry in GDL code</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Defining-Extrusion-Geometry-in-GDL-code/m-p/290385#M2840</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I am trying to create an object which is an extrusion of a profile (too complex to define manually with user input code).&lt;BR /&gt;
Is there a way to implement 2D geometry (from polyline or fill) and use within a 3D GLD code of PRISM_ (or something more suitable).&lt;BR /&gt;
I tried making a wall and/or column with a complex profile and "dragging" it into 3D code but that spits out very complex code which is unmanageable. I was hoping I could drag the fill or poly code coordinates and use them to define my _PRISM geometry?&lt;BR /&gt;
I attempted this (using code from 2D poly or fill) in the past but never had success. Does anyone know a good way of achieving this?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 Mar 2019 03:35:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Defining-Extrusion-Geometry-in-GDL-code/m-p/290385#M2840</guid>
      <dc:creator>jakubc7</dc:creator>
      <dc:date>2019-03-07T03:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Defining Extrusion Geometry in GDL code</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Defining-Extrusion-Geometry-in-GDL-code/m-p/290386#M2841</link>
      <description>You can reference &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;Complex Profiles&lt;E&gt;&lt;/E&gt; in GDL and extrude those. There is a &lt;A href="https://archicad-talk.graphisoft.com/viewtopic.php?t=56819" target="_blank"&gt;thread&lt;/A&gt; from when this was introduced and it contains a link to the example object.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Thu, 07 Mar 2019 04:09:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Defining-Extrusion-Geometry-in-GDL-code/m-p/290386#M2841</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2019-03-07T04:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Defining Extrusion Geometry in GDL code</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Defining-Extrusion-Geometry-in-GDL-code/m-p/290387#M2842</link>
      <description>&lt;BLOCKQUOTE&gt;jakubc7 wrote:&lt;BR /&gt;
I attempted this (using code from 2D poly or fill) in the past but never had success. Does anyone know a good way of achieving this?
&lt;/BLOCKQUOTE&gt;

You can use the x &amp;amp; y co-ordinates from a POLY2, but you may have to watch the masking value or status code when you use them with a 3D shape.&lt;BR /&gt;
&lt;BR /&gt;
For example in 2D&lt;BR /&gt;

&lt;PRE&gt;poly2_       6,      7, 
                   0,            0,      1, 
                   1,            0,      1, 
                   1,            1,      1, 
                 0.5,            1,    900, 
                   0,          180,   4001, 
                   0,            0,      1&lt;/PRE&gt;

&lt;BR /&gt;
but in 3D&lt;BR /&gt;

&lt;PRE&gt;prism_       6,      1.0, 
                   0,            0,      15, 
                   1,            0,      15, 
                   1,            1,      15-2, 
                 0.5,            1,    900, 
                   0,          180,   4015-2, 
                   0,            0,      -1&lt;/PRE&gt;

&lt;BR /&gt;
Barry.</description>
      <pubDate>Thu, 07 Mar 2019 05:23:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Defining-Extrusion-Geometry-in-GDL-code/m-p/290387#M2842</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2019-03-07T05:23:51Z</dc:date>
    </item>
  </channel>
</rss>

