<?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: GLOB_ELEM_TYPE of Wallend in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/GLOB-ELEM-TYPE-of-Wallend/m-p/602539#M6583</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/13883"&gt;@Jochen Suehlo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apparently there is no specific &lt;STRONG&gt;GLOB_ELEM_TYPE&lt;/STRONG&gt; for &lt;EM&gt;Wallend&lt;/EM&gt; (GDL Reference Guide p 344).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RicardoLopez_0-1714754653183.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/60437iBAB43EDAFFF1E6F0/image-size/large?v=v2&amp;amp;px=999" role="button" title="RicardoLopez_0-1714754653183.png" alt="RicardoLopez_0-1714754653183.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 May 2024 03:27:19 GMT</pubDate>
    <dc:creator>Ricardo Lopez</dc:creator>
    <dc:date>2024-05-06T03:27:19Z</dc:date>
    <item>
      <title>GLOB_ELEM_TYPE of Wallend</title>
      <link>https://community.graphisoft.com/t5/GDL/GLOB-ELEM-TYPE-of-Wallend/m-p/602499#M6582</link>
      <description>&lt;P&gt;GLOB_ELEM_TYPE of Wallend gives back the VALUE 3 in a label which is the same as "Window".&lt;/P&gt;
&lt;P&gt;How can I label a wallend as wallend like the Text/Autotext label does?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 11:06:41 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GLOB-ELEM-TYPE-of-Wallend/m-p/602499#M6582</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2024-09-26T11:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: GLOB_ELEM_TYPE of Wallend</title>
      <link>https://community.graphisoft.com/t5/GDL/GLOB-ELEM-TYPE-of-Wallend/m-p/602539#M6583</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/13883"&gt;@Jochen Suehlo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apparently there is no specific &lt;STRONG&gt;GLOB_ELEM_TYPE&lt;/STRONG&gt; for &lt;EM&gt;Wallend&lt;/EM&gt; (GDL Reference Guide p 344).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RicardoLopez_0-1714754653183.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/60437iBAB43EDAFFF1E6F0/image-size/large?v=v2&amp;amp;px=999" role="button" title="RicardoLopez_0-1714754653183.png" alt="RicardoLopez_0-1714754653183.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 03:27:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GLOB-ELEM-TYPE-of-Wallend/m-p/602539#M6583</guid>
      <dc:creator>Ricardo Lopez</dc:creator>
      <dc:date>2024-05-06T03:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: GLOB_ELEM_TYPE of Wallend</title>
      <link>https://community.graphisoft.com/t5/GDL/GLOB-ELEM-TYPE-of-Wallend/m-p/602605#M6589</link>
      <description>&lt;P&gt;I was hoping for using ANCESTRY_INFO, but that does not work for the labeled elements, just for the element itself....&lt;/P&gt;
&lt;P&gt;But I think what you can do instead is to check for the presence of "AC_fit_to_wall_height", since that comes with the subtype ("blue parameter") and is not available in windows.&lt;/P&gt;
&lt;P&gt;Or you just check the name of the labeled element.&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2024 10:07:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GLOB-ELEM-TYPE-of-Wallend/m-p/602605#M6589</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2024-05-04T10:07:19Z</dc:date>
    </item>
    <item>
      <title>Betreff: GLOB_ELEM_TYPE of Wallend</title>
      <link>https://community.graphisoft.com/t5/GDL/GLOB-ELEM-TYPE-of-Wallend/m-p/602617#M6590</link>
      <description>&lt;P&gt;Thank You, Runxel.&lt;BR /&gt;"AC_fit_to_wall_height" works well.&lt;BR /&gt;I have initialised this variable with - 1000 m, so that it should fit in most &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; cases.&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2024 13:57:15 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/GLOB-ELEM-TYPE-of-Wallend/m-p/602617#M6590</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2024-05-04T13:57:15Z</dc:date>
    </item>
  </channel>
</rss>

