<?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 Betreff: Get building material name from index in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Get-building-material-name-from-index/m-p/683514#M8109</link>
    <description>&lt;P&gt;We have specific rules for measuring quantities here. For measuring finishes, openings up to 2.5m2 are not subtracted from the total area and for openings greater than 2.5m2 we just add 2.5m2 to the net area. In the example below, the blue area is what needs to be counted (net area + area of smaller opening + 2.5m2 for larger opening):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RicoSuleyman_0-1762953453864.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/94340i31F1EE90A6FDC1A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RicoSuleyman_0-1762953453864.png" alt="RicoSuleyman_0-1762953453864.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have a property for my openings that calculates what needs to be added but I would also like to list the materials of the walls in which the doors are placed so I know where to add these extra areas (plaster, masonry, etc.) For example, my finishes schedule says that I have x m2 of plaster and I can add to that the total from the 'plaster' column of my door schedule.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another way it could be achieved is by carefully naming my composites and using that in my property but I'm looking for something more foolproof that can be used by the whole office.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Nov 2025 13:39:40 GMT</pubDate>
    <dc:creator>Rico Suleyman</dc:creator>
    <dc:date>2025-11-12T13:39:40Z</dc:date>
    <item>
      <title>Get building material name from index</title>
      <link>https://community.graphisoft.com/t5/GDL/Get-building-material-name-from-index/m-p/683493#M8104</link>
      <description>&lt;P&gt;I'm trying to pass the building material names of a door's wall to its acoustic property using &lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/640"&gt;@runxel&lt;/a&gt;'s method &lt;A href="https://community.graphisoft.com/t5/GDL/populate-property-with-parameter-value/m-p/679595" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been able to get the building material index to work but not the name. I tried using&lt;/P&gt;&lt;PRE&gt;= REQUEST ("name_of_building_material")&lt;/PRE&gt;&lt;P&gt;but it doesn't work with parameters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know how I can achieve this?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 09:35:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Get-building-material-name-from-index/m-p/683493#M8104</guid>
      <dc:creator>Rico Suleyman</dc:creator>
      <dc:date>2025-11-12T09:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Get building material name from index</title>
      <link>https://community.graphisoft.com/t5/GDL/Get-building-material-name-from-index/m-p/683496#M8105</link>
      <description>&lt;P&gt;Hi Rico,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GDL manual p511&lt;/P&gt;
&lt;DIV class="page" title="Page 545"&gt;
&lt;DIV class="layoutArea"&gt;
&lt;DIV class="column"&gt;
&lt;PRE&gt;&lt;SPAN&gt;NAME_OF_BUILDING_MATERIAL
&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;SPAN&gt;n = REQUEST("NAME_OF_BUILDING_MATERIAL", index, name)
&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Returns in the variable the building material name identified by index. &lt;/SPAN&gt;&lt;SPAN&gt;Expression returns 0 and contains dummy return values (empty string or 0) if used in parameter script, causing additional warning.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;The return value of the request is the number of successfully retrieved values (1 if no error occurred, 0 for error when the index is not valid).&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Nov 2025 11:24:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Get-building-material-name-from-index/m-p/683496#M8105</guid>
      <dc:creator>BrunoH</dc:creator>
      <dc:date>2025-11-12T11:24:27Z</dc:date>
    </item>
    <item>
      <title>Betreff: Get building material name from index</title>
      <link>https://community.graphisoft.com/t5/GDL/Get-building-material-name-from-index/m-p/683497#M8106</link>
      <description>&lt;P&gt;Since Archicad 20 you cannot use the most REQUEST commands in the Parametrer-Script.&lt;BR /&gt;For this reason you cannot write the Name of the Building Material into a Parameter.&lt;BR /&gt;&lt;BR /&gt;However, in principle, it is possible to map the parameter gs_list_acousticrating to a property using the method shown in the video.&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=0Vx5dV1wj6Q" target="_blank"&gt;https://www.youtube.com/watch?v=0Vx5dV1wj6Q&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you only have a few building materials to choose from, you can link conditions in the properties, such as if property value index = 60, then property value text = ‘Concrete’.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 11:28:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Get-building-material-name-from-index/m-p/683497#M8106</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2025-11-12T11:28:59Z</dc:date>
    </item>
    <item>
      <title>Betreff: Get building material name from index</title>
      <link>https://community.graphisoft.com/t5/GDL/Get-building-material-name-from-index/m-p/683500#M8107</link>
      <description>&lt;P&gt;Depending on what you need this info for: In the properties and the schedule you can already do that without the need of any tricks.&lt;/P&gt;
&lt;P&gt;So I am not sure why it has to come into the GDL, if you want to give it to a property back anyway. What is the use case here? Maybe I think to simple – or you too complicated. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 12:05:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Get-building-material-name-from-index/m-p/683500#M8107</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2025-11-12T12:05:29Z</dc:date>
    </item>
    <item>
      <title>Betreff: Get building material name from index</title>
      <link>https://community.graphisoft.com/t5/GDL/Get-building-material-name-from-index/m-p/683514#M8109</link>
      <description>&lt;P&gt;We have specific rules for measuring quantities here. For measuring finishes, openings up to 2.5m2 are not subtracted from the total area and for openings greater than 2.5m2 we just add 2.5m2 to the net area. In the example below, the blue area is what needs to be counted (net area + area of smaller opening + 2.5m2 for larger opening):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RicoSuleyman_0-1762953453864.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/94340i31F1EE90A6FDC1A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RicoSuleyman_0-1762953453864.png" alt="RicoSuleyman_0-1762953453864.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have a property for my openings that calculates what needs to be added but I would also like to list the materials of the walls in which the doors are placed so I know where to add these extra areas (plaster, masonry, etc.) For example, my finishes schedule says that I have x m2 of plaster and I can add to that the total from the 'plaster' column of my door schedule.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another way it could be achieved is by carefully naming my composites and using that in my property but I'm looking for something more foolproof that can be used by the whole office.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 13:39:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Get-building-material-name-from-index/m-p/683514#M8109</guid>
      <dc:creator>Rico Suleyman</dc:creator>
      <dc:date>2025-11-12T13:39:40Z</dc:date>
    </item>
    <item>
      <title>Betreff: Get building material name from index</title>
      <link>https://community.graphisoft.com/t5/GDL/Get-building-material-name-from-index/m-p/683515#M8110</link>
      <description>&lt;P&gt;I thought about doing it this way but I would prefer something more flexible that can handle new materials being added.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 13:43:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Get-building-material-name-from-index/m-p/683515#M8110</guid>
      <dc:creator>Rico Suleyman</dc:creator>
      <dc:date>2025-11-12T13:43:38Z</dc:date>
    </item>
  </channel>
</rss>

