<?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 Get elements with assosicated label/dimension in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Get-elements-with-assosicated-label-dimension/m-p/397574#M8544</link>
    <description>&lt;P&gt;Hi, I'm trying to get elements that have labels or dimension from 2d floorplan. Any ideas how to do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Sep 2024 12:27:07 GMT</pubDate>
    <dc:creator>ge25yak</dc:creator>
    <dc:date>2024-09-16T12:27:07Z</dc:date>
    <item>
      <title>Get elements with assosicated label/dimension</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Get-elements-with-assosicated-label-dimension/m-p/397574#M8544</link>
      <description>&lt;P&gt;Hi, I'm trying to get elements that have labels or dimension from 2d floorplan. Any ideas how to do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 12:27:07 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Get-elements-with-assosicated-label-dimension/m-p/397574#M8544</guid>
      <dc:creator>ge25yak</dc:creator>
      <dc:date>2024-09-16T12:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Get elements with assosicated label/dimension</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Get-elements-with-assosicated-label-dimension/m-p/570705#M8702</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;You could iterate through the labels &amp;amp; dimensions and access their parents / owner elements.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;For labels the information is in &lt;STRONG&gt;labelElement.label.parent&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;For dimensions it's a bit more tricky. You'll have to iterate through the &lt;A href="https://graphisoft.github.io/archicad-api-devkit/struct_a_p_i___base.html" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;API_DimBase&lt;/STRONG&gt;&lt;/A&gt; entries in the memo. There you can access then the parent elements via &lt;STRONG&gt;dimElem.base.base.guid&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Best,&lt;BR /&gt;Bernd&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 05:39:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Get-elements-with-assosicated-label-dimension/m-p/570705#M8702</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2023-10-13T05:39:01Z</dc:date>
    </item>
  </channel>
</rss>

