<?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 Additional status codes for PLANE_ in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Additional-status-codes-for-PLANE/m-p/46956#M35933</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;The GDL manuel provides additional status codes for the &lt;B&gt;PLANE_&lt;/B&gt; statement. Why do they not work for me?&lt;BR /&gt;

&lt;PRE&gt;PLANE_ 3,
 0, 0.2, 0.4,   1,
 1, 0.0, 0.7,   1,
 0, 0.7, 1.0,   1

addz -0.1

PLANE_ 4,
 0, 0.2, 0.4,   1,
 1, 0.0, 0.7,   1,
 2, 0.0, 0.0, 301,
 0, 0.7, 1.0,   1&lt;/PRE&gt;

The 2nd plane has an additional point (3) as tangent. But I get an "unallowed mask-code" as error.&lt;BR /&gt;
&lt;BR /&gt;
None of the additional codes (100-4000) do work. Missing in parser? Too much in manual? Too less electrons in my neurons?&lt;/R&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 15 Sep 2005 08:23:59 GMT</pubDate>
    <dc:creator>Frank Beister</dc:creator>
    <dc:date>2005-09-15T08:23:59Z</dc:date>
    <item>
      <title>Additional status codes for PLANE_</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Additional-status-codes-for-PLANE/m-p/46956#M35933</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;The GDL manuel provides additional status codes for the &lt;B&gt;PLANE_&lt;/B&gt; statement. Why do they not work for me?&lt;BR /&gt;

&lt;PRE&gt;PLANE_ 3,
 0, 0.2, 0.4,   1,
 1, 0.0, 0.7,   1,
 0, 0.7, 1.0,   1

addz -0.1

PLANE_ 4,
 0, 0.2, 0.4,   1,
 1, 0.0, 0.7,   1,
 2, 0.0, 0.0, 301,
 0, 0.7, 1.0,   1&lt;/PRE&gt;

The 2nd plane has an additional point (3) as tangent. But I get an "unallowed mask-code" as error.&lt;BR /&gt;
&lt;BR /&gt;
None of the additional codes (100-4000) do work. Missing in parser? Too much in manual? Too less electrons in my neurons?&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Sep 2005 08:23:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Additional-status-codes-for-PLANE/m-p/46956#M35933</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2005-09-15T08:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Additional status codes for PLANE_</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Additional-status-codes-for-PLANE/m-p/46957#M35934</link>
      <description>Hi Frank,&lt;BR /&gt;
I think you are confusing  PLANE_ with POLY_  additional statement.&lt;BR /&gt;
&lt;BR /&gt;
CU mirco&lt;BR /&gt;
&lt;A href="http://www.3dsmile.it" target="_blank"&gt;www.3dsmile.it&lt;/A&gt;</description>
      <pubDate>Mon, 26 Sep 2005 08:05:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Additional-status-codes-for-PLANE/m-p/46957#M35934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-09-26T08:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Additional status codes for PLANE_</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Additional-status-codes-for-PLANE/m-p/46958#M35935</link>
      <description>I don't think so:&lt;BR /&gt;
&lt;BR /&gt;
AC9 GDL-Manual:
&lt;BLOCKQUOTE&gt;&lt;B&gt;Status Codes&lt;/B&gt;&lt;BR /&gt;
    Status codes introduced in the following pages allow users to create segments and arcs in planar polylines using special constraints.&lt;BR /&gt;
&lt;BR /&gt;
    Planar polylines with status codes at nodes are the basis of many GDL elements:&lt;BR /&gt;
&lt;BR /&gt;
POLY_, &lt;FONT color="red"&gt;PLANE_&lt;/FONT&gt;, PRISM_, CPRISM_, BPRISM_, FPRISM_, HPRISM_, SPRISM_, SLAB_, CSLAB_, CROOF_, &lt;BR /&gt;
EXTRUDE, PYRAMID, REVOLVE, SWEEP, TUBE, TUBEA &lt;BR /&gt;
&lt;BR /&gt;
    Status codes allow you:&lt;BR /&gt;
  # to control the visibility of planar polyline edges&lt;BR /&gt;
  # to define holes in the polyline&lt;BR /&gt;
  # to control the visibility of side edges and surfaces&lt;BR /&gt;
  # to create segments and arcs in the polylin
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 26 Sep 2005 10:03:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Additional-status-codes-for-PLANE/m-p/46958#M35935</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2005-09-26T10:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Additional status codes for PLANE_</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Additional-status-codes-for-PLANE/m-p/46959#M35936</link>
      <description>Hi Frank, &lt;BR /&gt;

&lt;BLOCKQUOTE&gt; .. cut ... POLY_, PLANE_, PRISM_, CPRISM_, BPRISM ..cut.. &lt;/BLOCKQUOTE&gt;

I know the gdl manual but you haven't considered it could be "wrong".  &lt;BR /&gt;
  &lt;BR /&gt;
From the 6 version (or 6.5 .. - I don't remember -)  is inserted this possibility ..... !!!!  &lt;BR /&gt;
  &lt;BR /&gt;
Could be an incredible worm ( 6, 6.5, 7, 8, 8.1, 9 ...) ?  &lt;BR /&gt;
  &lt;BR /&gt;
I don't think so!  &lt;BR /&gt;
&lt;BR /&gt;
regards  &lt;BR /&gt;
CU mirco&lt;BR /&gt;
&lt;A href="http://www.3dsmile.it" target="_blank"&gt;www.3dsmile.it&lt;/A&gt;</description>
      <pubDate>Tue, 27 Sep 2005 07:46:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Additional-status-codes-for-PLANE/m-p/46959#M35936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-09-27T07:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Additional status codes for PLANE_</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Additional-status-codes-for-PLANE/m-p/46960#M35937</link>
      <description>You are right. But if I wouldn't have considered it could be "wrong", I wouldn't have asked here. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt; I gave a look to the 9.0 and the 8.1 manual. Not enough: It's a fresh worm. No PLANE_ in the list in 5.0 manual, 6.0 manual and 7.0 manual. First occurance in the 8.0 manual.&lt;BR /&gt;
&lt;BR /&gt;
The 8 was not best version. &lt;E&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/E&gt;</description>
      <pubDate>Tue, 27 Sep 2005 09:39:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Additional-status-codes-for-PLANE/m-p/46960#M35937</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2005-09-27T09:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Additional status codes for PLANE_</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Additional-status-codes-for-PLANE/m-p/46961#M35938</link>
      <description>&lt;BLOCKQUOTE&gt;First occurance in the 8.0 manual. &lt;/BLOCKQUOTE&gt;

 &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_eek.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
maybe all gdl manuals are not equal ..  &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_exclaim.gif" style="display : inline;" /&gt; &lt;BR /&gt;
&lt;BR /&gt;
CU mirco&lt;BR /&gt;
&lt;A href="http://www.3dsmile.it" target="_blank"&gt;www.3dsmile.it&lt;/A&gt;</description>
      <pubDate>Wed, 28 Sep 2005 07:51:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Additional-status-codes-for-PLANE/m-p/46961#M35938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-09-28T07:51:35Z</dc:date>
    </item>
  </channel>
</rss>

