<?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 How to identify 3D or 2D Hotlink Element in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-identify-3D-or-2D-Hotlink-Element/m-p/602243#M9322</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to identify if a hotlink element a 2D or 3D?&lt;BR /&gt;Right now the only way I can identify if the hotlink is a 2D or 3D is based on the HotlinkNode Source Location&lt;BR /&gt;(I am checking the directory folder where 2D modules are inside the 2D Folder. Something like this)&lt;BR /&gt;&lt;BR /&gt;I checked the Hotlink Element and I don't think I can use the transformation parameter to detect if a hotlink is a 2d or 3d.&lt;BR /&gt;I manually placed a 2D and 3D hotlink in the project and upon checking the transformation parameters, both of their origin z axis (&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;tmx[11]&lt;/STRONG&gt;&lt;/FONT&gt;) are zero&amp;nbsp;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;&lt;U&gt;&lt;STRONG&gt;elemHLList[1]&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kristkun_1-1714583207453.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/60339iD00969743BDE3ECD/image-size/large?v=v2&amp;amp;px=999" role="button" title="kristkun_1-1714583207453.png" alt="kristkun_1-1714583207453.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;U&gt;&lt;STRONG&gt;elemHLList[0]&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kristkun_2-1714583227879.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/60340i42CD7F6C62B43E0B/image-size/large?v=v2&amp;amp;px=999" role="button" title="kristkun_2-1714583227879.png" alt="kristkun_2-1714583227879.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kristkun_0-1714583135878.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/60338i137AB52CB0DEAA38/image-size/large?v=v2&amp;amp;px=999" role="button" title="kristkun_0-1714583135878.png" alt="kristkun_0-1714583135878.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kristkun_3-1714583315730.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/60341i9CC0BAC5DA4017C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="kristkun_3-1714583315730.png" alt="kristkun_3-1714583315730.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://graphisoft.github.io/archicad-api-devkit/union_a_p_i___element.html" target="_blank" rel="noopener"&gt;https://graphisoft.github.io/archicad-api-devkit/union_a_p_i___element.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://graphisoft.github.io/archicad-api-devkit/struct_a_p_i___hotlink_type.html" target="_blank" rel="noopener"&gt;https://graphisoft.github.io/archicad-api-devkit/struct_a_p_i___hotlink_type.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Sep 2024 12:50:27 GMT</pubDate>
    <dc:creator>kristkun</dc:creator>
    <dc:date>2024-09-16T12:50:27Z</dc:date>
    <item>
      <title>How to identify 3D or 2D Hotlink Element</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-identify-3D-or-2D-Hotlink-Element/m-p/602243#M9322</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to identify if a hotlink element a 2D or 3D?&lt;BR /&gt;Right now the only way I can identify if the hotlink is a 2D or 3D is based on the HotlinkNode Source Location&lt;BR /&gt;(I am checking the directory folder where 2D modules are inside the 2D Folder. Something like this)&lt;BR /&gt;&lt;BR /&gt;I checked the Hotlink Element and I don't think I can use the transformation parameter to detect if a hotlink is a 2d or 3d.&lt;BR /&gt;I manually placed a 2D and 3D hotlink in the project and upon checking the transformation parameters, both of their origin z axis (&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;tmx[11]&lt;/STRONG&gt;&lt;/FONT&gt;) are zero&amp;nbsp;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;&lt;U&gt;&lt;STRONG&gt;elemHLList[1]&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kristkun_1-1714583207453.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/60339iD00969743BDE3ECD/image-size/large?v=v2&amp;amp;px=999" role="button" title="kristkun_1-1714583207453.png" alt="kristkun_1-1714583207453.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;U&gt;&lt;STRONG&gt;elemHLList[0]&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kristkun_2-1714583227879.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/60340i42CD7F6C62B43E0B/image-size/large?v=v2&amp;amp;px=999" role="button" title="kristkun_2-1714583227879.png" alt="kristkun_2-1714583227879.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kristkun_0-1714583135878.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/60338i137AB52CB0DEAA38/image-size/large?v=v2&amp;amp;px=999" role="button" title="kristkun_0-1714583135878.png" alt="kristkun_0-1714583135878.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kristkun_3-1714583315730.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/60341i9CC0BAC5DA4017C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="kristkun_3-1714583315730.png" alt="kristkun_3-1714583315730.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://graphisoft.github.io/archicad-api-devkit/union_a_p_i___element.html" target="_blank" rel="noopener"&gt;https://graphisoft.github.io/archicad-api-devkit/union_a_p_i___element.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://graphisoft.github.io/archicad-api-devkit/struct_a_p_i___hotlink_type.html" target="_blank" rel="noopener"&gt;https://graphisoft.github.io/archicad-api-devkit/struct_a_p_i___hotlink_type.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 12:50:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-identify-3D-or-2D-Hotlink-Element/m-p/602243#M9322</guid>
      <dc:creator>kristkun</dc:creator>
      <dc:date>2024-09-16T12:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify 3D or 2D Hotlink Element</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/How-to-identify-3D-or-2D-Hotlink-Element/m-p/602749#M9336</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry, there isn't any distinction between 2D and 3D in the hotlink or node structure on the API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best, Akos&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 14:27:30 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/How-to-identify-3D-or-2D-Hotlink-Element/m-p/602749#M9336</guid>
      <dc:creator>Akos Somorjai</dc:creator>
      <dc:date>2024-05-06T14:27:30Z</dc:date>
    </item>
  </channel>
</rss>

