<?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: GDL: Complex Profile Hotspots in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/GDL-Complex-Profile-Hotspots/m-p/307898#M4351</link>
    <description>&lt;P&gt;Those do not give you&amp;nbsp;&lt;EM&gt;Hotspot&lt;/EM&gt; locations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I already use&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;Profile_default_boundingbox&lt;/SPAN&gt;&lt;/STRONG&gt; to zero the origin of an extruded&amp;nbsp;&lt;EM&gt;Complex Profile&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;And&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;Profile_default_geometry&lt;/SPAN&gt;&lt;/STRONG&gt; the request for the shape of of the selected&amp;nbsp;&lt;EM&gt;Complex Profile&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ling.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Sep 2021 07:12:25 GMT</pubDate>
    <dc:creator>Lingwisyer</dc:creator>
    <dc:date>2021-09-30T07:12:25Z</dc:date>
    <item>
      <title>GDL: Complex Profile Hotspots</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/GDL-Complex-Profile-Hotspots/m-p/307880#M4349</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there someway to extract the location of&amp;nbsp;&lt;EM&gt;Hotspots&lt;/EM&gt; within a &lt;EM&gt;Complex Profile&lt;/EM&gt;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using a&amp;nbsp;&lt;EM&gt;Complex Profile&lt;/EM&gt; as an operator in a SOE operation and would like to be able to use&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;HOTSPOT&lt;/STRONG&gt;&amp;nbsp;&lt;/EM&gt;to define snap points. Being able to identify the&amp;nbsp;&lt;EM&gt;Hotspot&lt;/EM&gt; with the greatest Y / lowest X value would be a bonus.&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="complex_hotspots.jpg" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/5454iB1ABDBDAF1418C3C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="complex_hotspots.jpg" alt="complex_hotspots.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ling.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 09:23:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/GDL-Complex-Profile-Hotspots/m-p/307880#M4349</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2024-09-09T09:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: GDL: Complex Profile Hotspots</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/GDL-Complex-Profile-Hotspots/m-p/307884#M4350</link>
      <description>&lt;P&gt;I am not sure if this is of any help but there are a couple of REQUESTs for Profile geometry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;n = REQUEST ("Profile_default_boundingbox", name_or_index, xmin, ymin, xmax, ymax)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;Returns the 2 defining coordinate point of the original bounding rectangle relative to the origo of the profile identified by name or index.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;Expression returns 0 and contains dummy return values (emtpy string or 0) if used in parameter script, causing additional warning.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;Compatibility: introduced in ARCHICAD 21.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;n = REQUEST ("Profile_default_geometry", name_or_index, n1, n2, ..., nm,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;x11, y11, edgeVisible11, vertEdgeVisible11, additionalStatus11, ...,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;x1n1, y1n1, edgeVisible1n1, vertEdgeVisible1n1, additionalStatus1n1,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;x21, y21, edgeVisible21, vertEdgeVisible21, additionalStatus21, ...,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;x2n2, y2n2, edgeVisible2n2, vertEdgeVisible2n2, additionalStatus2n2, ...,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;xm1, ym1, edgeVisiblem1, vertEdgeVisiblem1, additionalStatusm1, ...,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;xmnm, ymnm, edgeVisiblemnm, vertEdgeVisiblemnm, additionalStatusmnm)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;Returns the original geometric data of the profile identified by name or index. Expression returns 0 and contains dummy return values (emtpy string&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;or 0) if used in parameter script, causing additional warning.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;I have not tried using them.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;I don't know any way of determining the position of a hotspot in a profile.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Barry.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 04:05:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/GDL-Complex-Profile-Hotspots/m-p/307884#M4350</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2021-09-30T04:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: GDL: Complex Profile Hotspots</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/GDL-Complex-Profile-Hotspots/m-p/307898#M4351</link>
      <description>&lt;P&gt;Those do not give you&amp;nbsp;&lt;EM&gt;Hotspot&lt;/EM&gt; locations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I already use&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;Profile_default_boundingbox&lt;/SPAN&gt;&lt;/STRONG&gt; to zero the origin of an extruded&amp;nbsp;&lt;EM&gt;Complex Profile&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;And&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;Profile_default_geometry&lt;/SPAN&gt;&lt;/STRONG&gt; the request for the shape of of the selected&amp;nbsp;&lt;EM&gt;Complex Profile&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ling.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 07:12:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/GDL-Complex-Profile-Hotspots/m-p/307898#M4351</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2021-09-30T07:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: GDL: Complex Profile Hotspots</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/GDL-Complex-Profile-Hotspots/m-p/325203#M4352</link>
      <description>&lt;P&gt;I think not possible.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Dec 2021 15:39:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/GDL-Complex-Profile-Hotspots/m-p/325203#M4352</guid>
      <dc:creator>Pertti Paasky</dc:creator>
      <dc:date>2021-12-18T15:39:52Z</dc:date>
    </item>
  </channel>
</rss>

