<?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 and SUBGROUP Materials in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-and-SUBGROUP-Materials/m-p/147224#M17976</link>
    <description>In my research for selfGDL I haven't found a way to controlmaterial heritage of the cutted surface. IMHO: No.</description>
    <pubDate>Thu, 16 Dec 2010 19:18:33 GMT</pubDate>
    <dc:creator>Frank Beister</dc:creator>
    <dc:date>2010-12-16T19:18:33Z</dc:date>
    <item>
      <title>GDL and SUBGROUP Materials</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-and-SUBGROUP-Materials/m-p/147222#M17974</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;hi,&lt;BR /&gt;
&lt;BR /&gt;
Is there any way to control the material assignment of the Targets cut edges when using the SUBGROUP command in GDL?&lt;BR /&gt;
&lt;BR /&gt;
It defaults to applying the material of the Operator. I need to have the equivalent of 'New Surfaces of Target will: Use Their Own Attributes' available in the SEO dialog within AC ... doesn't seem to be an option but thought i would ask the question before posting a wish.&lt;BR /&gt;
&lt;BR /&gt;
cheers,&lt;BR /&gt;
&lt;BR /&gt;
os&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 16 Dec 2010 02:02:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-and-SUBGROUP-Materials/m-p/147222#M17974</guid>
      <dc:creator>owen</dc:creator>
      <dc:date>2010-12-16T02:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: GDL and SUBGROUP Materials</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-and-SUBGROUP-Materials/m-p/147223#M17975</link>
      <description>I did not need such thing, but I would try saving such objects with material inheritng as GDL...and than investigate the code...&lt;BR /&gt;
&lt;BR /&gt;
Best Regards,&lt;BR /&gt;
Piotr</description>
      <pubDate>Thu, 16 Dec 2010 15:51:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-and-SUBGROUP-Materials/m-p/147223#M17975</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2010-12-16T15:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: GDL and SUBGROUP Materials</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-and-SUBGROUP-Materials/m-p/147224#M17976</link>
      <description>In my research for selfGDL I haven't found a way to controlmaterial heritage of the cutted surface. IMHO: No.</description>
      <pubDate>Thu, 16 Dec 2010 19:18:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-and-SUBGROUP-Materials/m-p/147224#M17976</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2010-12-16T19:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: GDL and SUBGROUP Materials</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-and-SUBGROUP-Materials/m-p/147225#M17977</link>
      <description>Material definition must be inside each group.&lt;BR /&gt;
The same for SECT_FILL or SECT_ATTRS and transformations.&lt;BR /&gt;
Better control, for complex operations, &lt;BR /&gt;
if you place this stuff AFTER each group definition.&lt;BR /&gt;

&lt;PRE&gt;group "operator 1"
	!!! ----- part 1 -----
	material mat1    ! red
	roty 90
	extrude ...
	del 1

	body -1

	!!! ----- part 2 -----
	material mat2    ! green
	roty 90
	mulx -1
	ruled{2} ...
	del 2

	body -1

	!!! ----- part 3 -----
	material mat3    ! blue 
	roty 90
	mulx -1
	ruled{2} ...
	del 2
endgroup

group "target 1"
	material matTarget    ! yellow
	prism_ ...
endgroup

placegroup subgroup ("target 1", "operator 1")

killgroup "operator 1"
killgroup "target 1"&lt;/PRE&gt;&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/6641iD6B0E2DEC295E6A5/image-size/large?v=v2&amp;amp;px=999" border="0" alt="image1.jpg" title="image1.jpg" /&gt;</description>
      <pubDate>Thu, 16 Dec 2010 20:13:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-and-SUBGROUP-Materials/m-p/147225#M17977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-16T20:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: GDL and SUBGROUP Materials</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-and-SUBGROUP-Materials/m-p/147226#M17978</link>
      <description>But you can't control, if the cutted surface has the material of the operator or of the target group.</description>
      <pubDate>Thu, 16 Dec 2010 23:10:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-and-SUBGROUP-Materials/m-p/147226#M17978</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2010-12-16T23:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: GDL and SUBGROUP Materials</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-and-SUBGROUP-Materials/m-p/147227#M17979</link>
      <description>Thanks guys ... looks like it can't be controlled simply though.&lt;BR /&gt;
&lt;BR /&gt;
I took a look at the GDL of an object saved from the floorplan and the autoscript actually repeats the operator element for each target, reassigning the operator with the target material each time to get the same affect as the 'Use Targets Own Attributes' option.&lt;BR /&gt;
&lt;BR /&gt;
I've actually switched from an SEO to using a CUTPOLY which does the job in this instance as all i needed was a simple extrusion SEO.&lt;BR /&gt;
&lt;BR /&gt;
cheers,&lt;BR /&gt;
&lt;BR /&gt;
owen</description>
      <pubDate>Fri, 17 Dec 2010 00:07:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-and-SUBGROUP-Materials/m-p/147227#M17979</guid>
      <dc:creator>owen</dc:creator>
      <dc:date>2010-12-17T00:07:59Z</dc:date>
    </item>
  </channel>
</rss>

