<?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: GDL objects not showing separate materials when cut in 3 in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-objects-not-showing-separate-materials-when-cut-in-3d/m-p/169052#M12729</link>
    <description>Yes, you are right, those are only for Section/Elevation etc.&lt;BR /&gt;
&lt;BR /&gt;
Well, the answer is that Building Materials (and Priority Based Connections, which is based on Building Materials) are not implemented in GDL-based element types. It is mentioned in this clip at about 1:27:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://www.youtube.com/watch?v=fPlRm9nlpHg" target="_blank"&gt;https://www.youtube.com/watch?v=fPlRm9nlpHg&lt;/A&gt;</description>
    <pubDate>Tue, 20 May 2014 16:04:55 GMT</pubDate>
    <dc:creator>Laszlo Nagy</dc:creator>
    <dc:date>2014-05-20T16:04:55Z</dc:date>
    <item>
      <title>GDL objects not showing separate materials when cut in 3d</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-objects-not-showing-separate-materials-when-cut-in-3d/m-p/169049#M12726</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;GDL objects created in ArchiCAD 17, such as this glass block coffer slab, are not showing the individual materials when cut in 3d. "Use Element Attributes" is selected in cutting plane  menu, but the material noted in the "Model" section of the objects settings (under "Use Object's surfaces") is uniformly applied across the cut surface of the object.&lt;BR /&gt;
&lt;BR /&gt;
Is this new behavior in 17 or has this always been the case? Is there a GDL command that would enable this?&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/11477i9FD33CF068D4621B/image-size/large?v=v2&amp;amp;px=999" border="0" alt="GDL section materials.jpg" title="GDL section materials.jpg" /&gt;</description>
      <pubDate>Mon, 19 May 2014 08:40:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-objects-not-showing-separate-materials-when-cut-in-3d/m-p/169049#M12726</guid>
      <dc:creator>David Collins</dc:creator>
      <dc:date>2014-05-19T08:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: GDL objects not showing separate materials when cut in 3</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-objects-not-showing-separate-materials-when-cut-in-3d/m-p/169050#M12727</link>
      <description>If this is the case then the GDL Object is probably not scripted in a way to show these diffferent Building Materials.&lt;BR /&gt;
As far as I remember it is the SECT_FILL command in GDL that you have to use to set the section fill you want the given geometry to use. You can then use the SECT_FILL command as many time as you want to switch.&lt;BR /&gt;
&lt;BR /&gt;
So it goes like this:&lt;BR /&gt;

&lt;PRE&gt;SECT_FILL 1
  BLOCK 1, 1, 1 (will use fill 1 when cut)
  ADDX 1
SECT_FILL 2
  BLOCK 1, 1, 1 (will use fill 2 when cut)
etc...&lt;/PRE&gt;</description>
      <pubDate>Mon, 19 May 2014 18:56:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-objects-not-showing-separate-materials-when-cut-in-3d/m-p/169050#M12727</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2014-05-19T18:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: GDL objects not showing separate materials when cut in 3</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-objects-not-showing-separate-materials-when-cut-in-3d/m-p/169051#M12728</link>
      <description>Thanks Laszlo. &lt;BR /&gt;
SECT_FILL only defines the fills that appear in 2d sections cuts. (I think) The issue here is what happens when the object is cut in 3d.&lt;BR /&gt;
&lt;BR /&gt;
I'm seeing the same behavior with standard library doors and windows. On the other hand, composite walls and slabs do show their separate skins in 3d cuts. I'm guessing this is the way its always been with library parts and I've only just noticed since 17 started showing us the skins of composite elements in 3d cuts.&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/13138i35D5E9AF55693290/image-size/large?v=v2&amp;amp;px=999" border="0" alt="window section 3d.jpg" title="window section 3d.jpg" /&gt;</description>
      <pubDate>Tue, 20 May 2014 06:00:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-objects-not-showing-separate-materials-when-cut-in-3d/m-p/169051#M12728</guid>
      <dc:creator>David Collins</dc:creator>
      <dc:date>2014-05-20T06:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: GDL objects not showing separate materials when cut in 3</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-objects-not-showing-separate-materials-when-cut-in-3d/m-p/169052#M12729</link>
      <description>Yes, you are right, those are only for Section/Elevation etc.&lt;BR /&gt;
&lt;BR /&gt;
Well, the answer is that Building Materials (and Priority Based Connections, which is based on Building Materials) are not implemented in GDL-based element types. It is mentioned in this clip at about 1:27:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://www.youtube.com/watch?v=fPlRm9nlpHg" target="_blank"&gt;https://www.youtube.com/watch?v=fPlRm9nlpHg&lt;/A&gt;</description>
      <pubDate>Tue, 20 May 2014 16:04:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-objects-not-showing-separate-materials-when-cut-in-3d/m-p/169052#M12729</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2014-05-20T16:04:55Z</dc:date>
    </item>
  </channel>
</rss>

