<?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: Labelling Fill to Read Surface Index in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Labelling-Fill-to-Read-Surface-Index/m-p/367058#M1605</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it is available only as an autotext, not a GDL global variable.&lt;/P&gt;
&lt;P&gt;With GDL questions you will get quicker replies in the &lt;A href="https://community.Graphisoft.com/t5/Developer-forum/bd-p/forum_develop" target="_blank" rel="noopener"&gt;developer forum&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jan 2023 11:05:35 GMT</pubDate>
    <dc:creator>Peter Baksa</dc:creator>
    <dc:date>2023-01-10T11:05:35Z</dc:date>
    <item>
      <title>Labelling Fill to Read Surface Index</title>
      <link>https://community.graphisoft.com/t5/GDL/Labelling-Fill-to-Read-Surface-Index/m-p/363386#M1604</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;First of all, big thank you for reading this and helping others in the field.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to make a label to return information of a fill.&lt;/P&gt;
&lt;P&gt;When fill is set to building material FILL_BMAT successfully returns the assigned building material index.&lt;/P&gt;
&lt;P&gt;However when fill is set to surface I am having trouble finding the right script to return the assigned surface index.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone help me with this?&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;James&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/55733iDB957DA4EA26B0A0/image-size/large?v=v2&amp;amp;px=999" border="0" alt="screengrab.jpg" title="screengrab.jpg" /&gt;</description>
      <pubDate>Tue, 04 Jul 2023 12:14:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Labelling-Fill-to-Read-Surface-Index/m-p/363386#M1604</guid>
      <dc:creator>JP1</dc:creator>
      <dc:date>2023-07-04T12:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Labelling Fill to Read Surface Index</title>
      <link>https://community.graphisoft.com/t5/GDL/Labelling-Fill-to-Read-Surface-Index/m-p/367058#M1605</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it is available only as an autotext, not a GDL global variable.&lt;/P&gt;
&lt;P&gt;With GDL questions you will get quicker replies in the &lt;A href="https://community.Graphisoft.com/t5/Developer-forum/bd-p/forum_develop" target="_blank" rel="noopener"&gt;developer forum&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 11:05:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Labelling-Fill-to-Read-Surface-Index/m-p/367058#M1605</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2023-01-10T11:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Labelling Fill to Read Surface Index</title>
      <link>https://community.graphisoft.com/t5/GDL/Labelling-Fill-to-Read-Surface-Index/m-p/369767#M1606</link>
      <description>&lt;P&gt;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/14532"&gt;@Peter Baksa&lt;/a&gt;&amp;nbsp;thanks for your response.&lt;/P&gt;&lt;P&gt;I was able to use the Autotext GUID to display the full name of the surface assigned to a fill.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However I have another issue. I have named the surfaces with code and description ie. "[CONC01] Precast Concrete" and used STRSUB to display only the code inside the brackets. It appears this is not possible with Autotext GUID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way around this?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 00:30:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Labelling-Fill-to-Read-Surface-Index/m-p/369767#M1606</guid>
      <dc:creator>JP1</dc:creator>
      <dc:date>2023-02-06T00:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Labelling Fill to Read Surface Index</title>
      <link>https://community.graphisoft.com/t5/GDL/Labelling-Fill-to-Read-Surface-Index/m-p/369850#M1607</link>
      <description>&lt;P&gt;Archicad's attitude is that decorative 2D elements shouldn't have data assigned to them, so it is not possible from GDL.&lt;/P&gt;
&lt;P&gt;Try to use model elements with properties instead. Properties and building material properties are accessible from labels:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.graphisoft.com/t5/Developer-forum/Extracting-Building-Material-Properties-with-a-GDL/td-p/367354" target="_blank"&gt;https://community.graphisoft.com/t5/Developer-forum/Extracting-Building-Material-Properties-with-a-GDL/td-p/367354&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.graphisoft.com/t5/Developer-forum/Possible-to-use-element-property-value-in-a-label/td-p/368048" target="_blank"&gt;https://community.graphisoft.com/t5/Developer-forum/Possible-to-use-element-property-value-in-a-label/td-p/368048&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 08:41:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Labelling-Fill-to-Read-Surface-Index/m-p/369850#M1607</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2023-02-07T08:41:16Z</dc:date>
    </item>
  </channel>
</rss>

