<?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: VERT, EDGE, and PGON in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/VERT-EDGE-and-PGON/m-p/136435#M22517</link>
    <description>&lt;BLOCKQUOTE&gt;Erich wrote:&lt;BR /&gt;IF you don't have it already it is well worth the investment for refining your DGL skills.&lt;/BLOCKQUOTE&gt;

It's for all of you interesting in the "Dyslexic Geometric Language". &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_wink.gif" style="display : inline;" /&gt; &lt;BR /&gt;
Barry.</description>
    <pubDate>Wed, 11 Nov 2009 02:29:14 GMT</pubDate>
    <dc:creator>Barry Kelly</dc:creator>
    <dc:date>2009-11-11T02:29:14Z</dc:date>
    <item>
      <title>VERT, EDGE, and PGON</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/VERT-EDGE-and-PGON/m-p/136428#M22510</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Does anyone out there know the magic behind the VERT, EDGE, AND PGON commands.  It seems straightforward,  and I was hoping to use it to make a small part that can't easily be made from the primitives.  I just can't get it to work though.  For some reason ArchiCAD keeps telling me the polygon is degenerated.  It is only 4 vertexes, 4 edges, and one polygon.&lt;BR /&gt;
&lt;BR /&gt;
Any help on what I am doing wrong?&lt;BR /&gt;

&lt;PRE&gt;BASE
VERT	0.026194, -0.019050, 0.105569		! #1
VERT	0.024847, -0.018152, 0.124430		! #2
VERT	0.192087, -0.020637, 0.099219		! #10
VERT	0.192087, -0.018899, 0.111386		! #11

EDGE	1, 2, -1, -1, 0	! #1
EDGE	3, 4, -1, -1, 0	! #2
EDGE	1, 3, -1, -1, 0	! #3
EDGE	2, 4, -1, -1, 0	! #4


PGON 4, 0, -1, 1, 2, 3, 4

BODY -1&lt;/PRE&gt;&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 10 Nov 2009 16:40:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/VERT-EDGE-and-PGON/m-p/136428#M22510</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-10T16:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: VERT, EDGE, and PGON</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/VERT-EDGE-and-PGON/m-p/136429#M22511</link>
      <description>Try the following one:&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="red"&gt;BASE &lt;BR /&gt;
VERT   0.026194, -0.019050, 0.105569      ! #1 &lt;BR /&gt;
VERT   0.024847, -0.018152, 0.124430      ! #2 &lt;BR /&gt;
VERT   0.192087, -0.018899, 0.111386      ! #3 &lt;BR /&gt;
VERT   0.192087, -0.020637, 0.099219      ! #4 &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
EDGE   1, 2, -1, -1, 0   ! #1 &lt;BR /&gt;
EDGE   2, 3, -1, -1, 0   ! #2 &lt;BR /&gt;
EDGE   3, 4, -1, -1, 0   ! #3 &lt;BR /&gt;
EDGE   4, 1, -1, -1, 0   ! #4 &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
PGON 4, 0, -1, 1, 2, 3, 4 &lt;BR /&gt;
&lt;BR /&gt;
BODY -1&lt;/FONT&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
friendly&lt;BR /&gt;
Fabrizio</description>
      <pubDate>Tue, 10 Nov 2009 16:49:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/VERT-EDGE-and-PGON/m-p/136429#M22511</guid>
      <dc:creator>Fabrizio Diodati</dc:creator>
      <dc:date>2009-11-10T16:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: VERT, EDGE, and PGON</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/VERT-EDGE-and-PGON/m-p/136430#M22512</link>
      <description>Hi Michael,&lt;BR /&gt;
&lt;BR /&gt;
I'm not a primitive expert... For me its like the dark side of the force...  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_wink.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
But AFAIK, the problem is that the VERT's that define the PGON are not coplanar.&lt;BR /&gt;
&lt;BR /&gt;
To avoid this you'll have to script each and every PGON with 3 VERTs. Doing this they will always be coplanar.&lt;BR /&gt;
&lt;BR /&gt;
But I may be wrong.&lt;BR /&gt;
&lt;BR /&gt;
HTH.&lt;BR /&gt;
&lt;BR /&gt;
p.s.: Ooops... Never mind. The force is strong in Fabrizio.  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Tue, 10 Nov 2009 16:51:44 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/VERT-EDGE-and-PGON/m-p/136430#M22512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-10T16:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: VERT, EDGE, and PGON</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/VERT-EDGE-and-PGON/m-p/136431#M22513</link>
      <description>Thanks Fabrizio and Braza.  No I see what I was doing wrong.</description>
      <pubDate>Tue, 10 Nov 2009 17:19:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/VERT-EDGE-and-PGON/m-p/136431#M22513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-10T17:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: VERT, EDGE, and PGON</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/VERT-EDGE-and-PGON/m-p/136432#M22514</link>
      <description>The order is the most important thing and most complex issue. &lt;BR /&gt;
Thanks Attila Babbits for all his precious advice. &lt;BR /&gt;
&lt;BR /&gt;
Friendly&lt;BR /&gt;
Fabrizio</description>
      <pubDate>Tue, 10 Nov 2009 18:18:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/VERT-EDGE-and-PGON/m-p/136432#M22514</guid>
      <dc:creator>Fabrizio Diodati</dc:creator>
      <dc:date>2009-11-10T18:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: VERT, EDGE, and PGON</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/VERT-EDGE-and-PGON/m-p/136433#M22515</link>
      <description>This should be explained better in the GDL manual. It appears that the edges need to be defined in the order they are used, which makes using an edge for multiple PGONs impossible.  ArchiCAD has been yelling at when when I try to reuse edges, but if I define a new edge it works perfectly.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again for your help. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Tue, 10 Nov 2009 19:00:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/VERT-EDGE-and-PGON/m-p/136433#M22515</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-10T19:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: VERT, EDGE, and PGON</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/VERT-EDGE-and-PGON/m-p/136434#M22516</link>
      <description>This is very well covered in the GDL Handbook from Cad Image. IF you don't have it already it is well worth the investment for refining your DGL (or GDL  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt; ) skills.</description>
      <pubDate>Wed, 11 Nov 2009 02:17:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/VERT-EDGE-and-PGON/m-p/136434#M22516</guid>
      <dc:creator>Erich</dc:creator>
      <dc:date>2009-11-11T02:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: VERT, EDGE, and PGON</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/VERT-EDGE-and-PGON/m-p/136435#M22517</link>
      <description>&lt;BLOCKQUOTE&gt;Erich wrote:&lt;BR /&gt;IF you don't have it already it is well worth the investment for refining your DGL skills.&lt;/BLOCKQUOTE&gt;

It's for all of you interesting in the "Dyslexic Geometric Language". &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_wink.gif" style="display : inline;" /&gt; &lt;BR /&gt;
Barry.</description>
      <pubDate>Wed, 11 Nov 2009 02:29:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/VERT-EDGE-and-PGON/m-p/136435#M22517</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2009-11-11T02:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: VERT, EDGE, and PGON</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/VERT-EDGE-and-PGON/m-p/136436#M22518</link>
      <description>&lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_biggrin.gif" style="display : inline;" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Nah, it's just dyslexic typing...</description>
      <pubDate>Wed, 11 Nov 2009 02:32:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/VERT-EDGE-and-PGON/m-p/136436#M22518</guid>
      <dc:creator>Erich</dc:creator>
      <dc:date>2009-11-11T02:32:31Z</dc:date>
    </item>
  </channel>
</rss>

