<?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: MASS{2} edges participate in line elimination? in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/MASS-2-edges-participate-in-line-elimination/m-p/209423#M11324</link>
    <description>As you know in 3D when there are two adjoining elements some face of which are co-planar then the line at their join will be removed. So for example two Walls, their outer face is in the same plane, one is 1 meter high, the other is 3 meters high: that 1 meter high common edge line will be eliminated in 3D from their face if they have the same surface material.&lt;BR /&gt;
I suppose this option is used for the same purpose: to allow lines of GDL objects to be eliminated or to forbid line elimination for them.&lt;BR /&gt;
Check page 57 in the GDL Reference Guide, there is an example for the CROOF_{3} command. It shows how certain lines of adjoining prisms having the same surface are eliminated based on such status codes.</description>
    <pubDate>Tue, 16 Sep 2014 22:16:45 GMT</pubDate>
    <dc:creator>Laszlo Nagy</dc:creator>
    <dc:date>2014-09-16T22:16:45Z</dc:date>
    <item>
      <title>MASS{2} edges participate in line elimination?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/MASS-2-edges-participate-in-line-elimination/m-p/209422#M11323</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hello Graphisoft&lt;BR /&gt;
Can You please explain what this j9 means?&lt;BR /&gt;
Thank You.&lt;BR /&gt;
&lt;BR /&gt;
GDL manual page 102:&lt;BR /&gt;
MASS{2} top_material, bottom_material, side_material,&lt;BR /&gt;
n, m, mask, h,&lt;BR /&gt;
x1, y1, z1, s1,&lt;BR /&gt;
...&lt;BR /&gt;
xn, yn, zn, sn,&lt;BR /&gt;
xn+1, yn+1, zn+1, sn+1,&lt;BR /&gt;
...&lt;BR /&gt;
xn+m, yn+m, zn+m, sn+m&lt;BR /&gt;
Extension of the MASS command with an additional mask bit and the possibility of hiding all top edges of the mass.&lt;BR /&gt;
mask:&lt;BR /&gt;
mask = j1 + 4*j3 + 16*j5 + 32*j6 + 64*j7 + 128*j8 + 256*j9 + 512*j10, where each j can be 0 or 1.&lt;BR /&gt;
j1: base surface is present,&lt;BR /&gt;
j3: side surfaces are present,&lt;BR /&gt;
j5: base and side edges are visible,&lt;BR /&gt;
j6: top edges are visible,&lt;BR /&gt;
j7: top edges are visible, top surface is not smooth,&lt;BR /&gt;
j8: all ridges will be sharp, but the surface is smooth.&lt;BR /&gt;
&lt;B&gt;j9: edges participate in line elimination.&lt;/B&gt;&lt;BR /&gt;
j10: all top edges will be hidden.&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 14 Sep 2014 09:52:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/MASS-2-edges-participate-in-line-elimination/m-p/209422#M11323</guid>
      <dc:creator>Pertti Paasky</dc:creator>
      <dc:date>2014-09-14T09:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: MASS{2} edges participate in line elimination?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/MASS-2-edges-participate-in-line-elimination/m-p/209423#M11324</link>
      <description>As you know in 3D when there are two adjoining elements some face of which are co-planar then the line at their join will be removed. So for example two Walls, their outer face is in the same plane, one is 1 meter high, the other is 3 meters high: that 1 meter high common edge line will be eliminated in 3D from their face if they have the same surface material.&lt;BR /&gt;
I suppose this option is used for the same purpose: to allow lines of GDL objects to be eliminated or to forbid line elimination for them.&lt;BR /&gt;
Check page 57 in the GDL Reference Guide, there is an example for the CROOF_{3} command. It shows how certain lines of adjoining prisms having the same surface are eliminated based on such status codes.</description>
      <pubDate>Tue, 16 Sep 2014 22:16:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/MASS-2-edges-participate-in-line-elimination/m-p/209423#M11324</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2014-09-16T22:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: MASS{2} edges participate in line elimination?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/MASS-2-edges-participate-in-line-elimination/m-p/209424#M11325</link>
      <description>Thanks Laszlo,&lt;BR /&gt;
i was searching in the guide and now i know where to search.</description>
      <pubDate>Wed, 17 Sep 2014 06:15:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/MASS-2-edges-participate-in-line-elimination/m-p/209424#M11325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-17T06:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: MASS{2} edges participate in line elimination?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/MASS-2-edges-participate-in-line-elimination/m-p/209425#M11326</link>
      <description>Ok, thanks. I suppose it is a useful option.  Also "all top edges will be hidden" is intresting. In sections it shows only the cut section but not the background lines of the mass.&lt;BR /&gt;
&lt;BR /&gt;
 However it would be nice to show the edges of a curved surface (like in  EDGE command status bit 2 page 133in the manual). If I draw contour lines in my mass-object I do not want to show them in the facades and sections. Only outlines and hidden lines are desired.</description>
      <pubDate>Thu, 18 Sep 2014 07:06:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/MASS-2-edges-participate-in-line-elimination/m-p/209425#M11326</guid>
      <dc:creator>Pertti Paasky</dc:creator>
      <dc:date>2014-09-18T07:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: MASS{2} edges participate in line elimination?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/MASS-2-edges-participate-in-line-elimination/m-p/209426#M11327</link>
      <description>You can always make a wish if you would like to see a feature in a future version of the program.</description>
      <pubDate>Thu, 18 Sep 2014 16:33:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/MASS-2-edges-participate-in-line-elimination/m-p/209426#M11327</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2014-09-18T16:33:37Z</dc:date>
    </item>
  </channel>
</rss>

