<?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: How to get only shown elements in C++? in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-only-shown-elements-in-C/m-p/583775#M9078</link>
    <description>&lt;P&gt;You can use several filter options. In your case you probably need the&amp;nbsp;APIFilt_In3D filter. So the call would look something like this:&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;ACAPI_Element_GetElemList(API_ZombieElemID, &amp;amp;elemList, APIFilt_OnVisLayer | APIFilt_In3D);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 13 Jan 2024 07:21:52 GMT</pubDate>
    <dc:creator>Viktor Kovacs</dc:creator>
    <dc:date>2024-01-13T07:21:52Z</dc:date>
    <item>
      <title>How to get only shown elements in C++?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-only-shown-elements-in-C/m-p/583724#M9077</link>
      <description>&lt;P&gt;ACAPI_Element_GetElemList(API_ZombieElemID, &amp;amp;elemList, APIFilt_OnVisLayer);&lt;BR /&gt;This gets all elements on the visible layer.&lt;/P&gt;
&lt;P&gt;I want to exclude elements hidden by F5 key or 3D filters or else.&lt;BR /&gt;How to get only shown elements in C++?&lt;/P&gt;
&lt;P&gt;Archicad26 Windows10 APIDevKit 26.3000&lt;/P&gt;
&lt;P&gt;notes)want other methods other than send [ctrl+A].&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 11:16:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-only-shown-elements-in-C/m-p/583724#M9077</guid>
      <dc:creator>HKM</dc:creator>
      <dc:date>2024-09-17T11:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to get only shown elements in C++?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-only-shown-elements-in-C/m-p/583775#M9078</link>
      <description>&lt;P&gt;You can use several filter options. In your case you probably need the&amp;nbsp;APIFilt_In3D filter. So the call would look something like this:&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;ACAPI_Element_GetElemList(API_ZombieElemID, &amp;amp;elemList, APIFilt_OnVisLayer | APIFilt_In3D);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jan 2024 07:21:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-only-shown-elements-in-C/m-p/583775#M9078</guid>
      <dc:creator>Viktor Kovacs</dc:creator>
      <dc:date>2024-01-13T07:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get only shown elements in C++?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-only-shown-elements-in-C/m-p/583803#M9079</link>
      <description>&lt;P&gt;Thank you.&lt;BR /&gt;This worked as expected.&lt;BR /&gt;For some reason 'APIFilt_In3D' was convinced that it was useless.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jan 2024 13:35:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-get-only-shown-elements-in-C/m-p/583803#M9079</guid>
      <dc:creator>HKM</dc:creator>
      <dc:date>2024-01-13T13:35:14Z</dc:date>
    </item>
  </channel>
</rss>

