<?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: Hide or show a specific element by its GUID using the Archicad C++ API? in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Hide-or-show-a-specific-element-by-its-GUID-using-the-Archicad-C/m-p/706791#M10961</link>
    <description>&lt;P&gt;Hi LokiTrna,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In 3D you can use `ACAPI_View_ShowSelectionIn3D()`.&lt;BR /&gt;So first setup the selection to contain only the elements to show and then use this API function.&lt;BR /&gt;&lt;BR /&gt;Or you could also use `ACAPI_UserInput_SetElementHighlight()` and set other elements to transparent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps,&lt;BR /&gt;Bernd&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jun 2026 14:45:39 GMT</pubDate>
    <dc:creator>BerndSchwarzenbacher</dc:creator>
    <dc:date>2026-06-29T14:45:39Z</dc:date>
    <item>
      <title>Hide or show a specific element by its GUID using the Archicad C++ API?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hide-or-show-a-specific-element-by-its-GUID-using-the-Archicad-C/m-p/706689#M10953</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;Is there a direct way to hide or show a specific element by its GUID using the Archicad C++ API?&lt;/P&gt;&lt;P&gt;Does a native function or an efficient workaround exist for this in the DevKit?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jun 2026 09:49:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hide-or-show-a-specific-element-by-its-GUID-using-the-Archicad-C/m-p/706689#M10953</guid>
      <dc:creator>LokiTrna</dc:creator>
      <dc:date>2026-06-27T09:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hide or show a specific element by its GUID using the Archicad C++ API?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hide-or-show-a-specific-element-by-its-GUID-using-the-Archicad-C/m-p/706758#M10956</link>
      <description>&lt;P&gt;In general, the API can only echo the things a user can do. There is no direct way to hide an individual element that I'm aware of – only general mechanisms like hiding a layer (which might affect other elements). So I doubt there is any way to do this.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2026 08:35:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hide-or-show-a-specific-element-by-its-GUID-using-the-Archicad-C/m-p/706758#M10956</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2026-06-29T08:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hide or show a specific element by its GUID using the Archicad C++ API?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hide-or-show-a-specific-element-by-its-GUID-using-the-Archicad-C/m-p/706790#M10960</link>
      <description>&lt;P&gt;I would amend this slightly: a user CAN hide selected element(s) in the 3D Viewpoint (but not in any other Viewpoint type). But I don't know if the API gives access to this feature or not.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2026 14:42:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hide-or-show-a-specific-element-by-its-GUID-using-the-Archicad-C/m-p/706790#M10960</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2026-06-29T14:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hide or show a specific element by its GUID using the Archicad C++ API?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hide-or-show-a-specific-element-by-its-GUID-using-the-Archicad-C/m-p/706791#M10961</link>
      <description>&lt;P&gt;Hi LokiTrna,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In 3D you can use `ACAPI_View_ShowSelectionIn3D()`.&lt;BR /&gt;So first setup the selection to contain only the elements to show and then use this API function.&lt;BR /&gt;&lt;BR /&gt;Or you could also use `ACAPI_UserInput_SetElementHighlight()` and set other elements to transparent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps,&lt;BR /&gt;Bernd&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2026 14:45:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hide-or-show-a-specific-element-by-its-GUID-using-the-Archicad-C/m-p/706791#M10961</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2026-06-29T14:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hide or show a specific element by its GUID using the Archicad C++ API?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hide-or-show-a-specific-element-by-its-GUID-using-the-Archicad-C/m-p/706797#M10962</link>
      <description>&lt;P&gt;If someone uses your second suggested method, will those elements still be there in the 3D Viewpoint, only invisible?&lt;/P&gt;
&lt;P&gt;In that case, would surface/edge detection still work on them? Could they still be selected (even though they are invisible)?&lt;/P&gt;
&lt;P&gt;Knowing these may help&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/199431"&gt;@LokiTrna&lt;/a&gt;decide which method to use.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2026 14:52:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hide-or-show-a-specific-element-by-its-GUID-using-the-Archicad-C/m-p/706797#M10962</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2026-06-29T14:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hide or show a specific element by its GUID using the Archicad C++ API?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hide-or-show-a-specific-element-by-its-GUID-using-the-Archicad-C/m-p/706798#M10963</link>
      <description>&lt;P&gt;Very good questions Laszlo!&lt;BR /&gt;Don't have time to try it out right now, but should be a relative easy test (maybe for&amp;nbsp;&lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/199431"&gt;@LokiTrna&lt;/a&gt;&amp;nbsp;themselve to try).&lt;BR /&gt;Please report back whoever gives it a try &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2026 15:08:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hide-or-show-a-specific-element-by-its-GUID-using-the-Archicad-C/m-p/706798#M10963</guid>
      <dc:creator>BerndSchwarzenbacher</dc:creator>
      <dc:date>2026-06-29T15:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hide or show a specific element by its GUID using the Archicad C++ API?</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Hide-or-show-a-specific-element-by-its-GUID-using-the-Archicad-C/m-p/706816#M10964</link>
      <description>&lt;P&gt;No, the 3D model view is a temporary database built on demand. If you rebuild the view based on a selection it will only contain the selected elements.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2026 16:33:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Hide-or-show-a-specific-element-by-its-GUID-using-the-Archicad-C/m-p/706816#M10964</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2026-06-29T16:33:40Z</dc:date>
    </item>
  </channel>
</rss>

