<?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 door labels making symbols out of door properties in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/door-labels-making-symbols-out-of-door-properties/m-p/236976#M1075</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi,&lt;BR /&gt;
&lt;BR /&gt;
I searched for this but couldnt find an answer.&lt;BR /&gt;
&lt;BR /&gt;
If i use the Archicad door label tool for the fire rating and self shutting mechanism i have to select it for every door. &lt;BR /&gt;
&lt;BR /&gt;
Is there a way to make a label that activates accordingly to a door property. In the Dutch archicad I am have the self shttuing as "Zelfsluitend"&lt;BR /&gt;
&lt;BR /&gt;
IF property Zelfsluitend=1 THEN&lt;BR /&gt;
&lt;BR /&gt;
rec2 bla bla bla bla&lt;BR /&gt;
&lt;BR /&gt;
ENDIF&lt;BR /&gt;
&lt;BR /&gt;
This doesnt work but how can i get the label to connect to the door property?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 24 May 2023 08:41:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-05-24T08:41:10Z</dc:date>
    <item>
      <title>door labels making symbols out of door properties</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/door-labels-making-symbols-out-of-door-properties/m-p/236976#M1075</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi,&lt;BR /&gt;
&lt;BR /&gt;
I searched for this but couldnt find an answer.&lt;BR /&gt;
&lt;BR /&gt;
If i use the Archicad door label tool for the fire rating and self shutting mechanism i have to select it for every door. &lt;BR /&gt;
&lt;BR /&gt;
Is there a way to make a label that activates accordingly to a door property. In the Dutch archicad I am have the self shttuing as "Zelfsluitend"&lt;BR /&gt;
&lt;BR /&gt;
IF property Zelfsluitend=1 THEN&lt;BR /&gt;
&lt;BR /&gt;
rec2 bla bla bla bla&lt;BR /&gt;
&lt;BR /&gt;
ENDIF&lt;BR /&gt;
&lt;BR /&gt;
This doesnt work but how can i get the label to connect to the door property?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 May 2023 08:41:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/door-labels-making-symbols-out-of-door-properties/m-p/236976#M1075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-24T08:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: door labels making symbols out of door properties</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/door-labels-making-symbols-out-of-door-properties/m-p/236977#M1076</link>
      <description>I have moved this topic to the GDL forum because this is more of a GDL question than a Construction Documentation question.&lt;BR /&gt;
&lt;BR /&gt;
So, to achieve this, you need to have GDL knowledge. In the 2D Script of the Label, you need to use either of the following 2 GDL commands (Page 501 of the GDL Reference Guide) :&lt;BR /&gt;

&lt;PRE&gt;n = REQUEST ("ASSOCLP_PARVALUE", expr, name_or_index, type, flags, dim1, dim2, p_values)&lt;/PRE&gt; &lt;BR /&gt;
or &lt;BR /&gt;

&lt;PRE&gt;n = REQUEST ("ASSOCLP_PARVALUE_WITH_DESCRIPTION", expr, name_or_index, type, flags, dim1, dim2, p_values_and_descriptions)&lt;/PRE&gt;

&lt;BR /&gt;
This command can return the value of that parameter of the Door you want into the Label. Then depending on the value returned, the 2D of the Label can be or not be generated.</description>
      <pubDate>Tue, 14 Apr 2020 21:04:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/door-labels-making-symbols-out-of-door-properties/m-p/236977#M1076</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2020-04-14T21:04:54Z</dc:date>
    </item>
  </channel>
</rss>

