<?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: Same Axis Hotspots in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Same-Axis-Hotspots/m-p/233769#M2307</link>
    <description>It is a bit of a pain when hotspots overlap.&lt;BR /&gt;
Only one can be selectable on the screen.&lt;BR /&gt;
I think it may have to do with the order in which they are scripted or it could be to do with the hotspot ID numbers - I have not really tested it.&lt;BR /&gt;
&lt;BR /&gt;
Maybe you can script your hotspots so that they both display only when hotspot A does not equal hotspot B.&lt;BR /&gt;
Then when they are equal you can script the one you will most likely want to use (if, then, else).&lt;BR /&gt;
&lt;BR /&gt;
But I can pretty much guarantee that there will be times when you want the other hotspot.&lt;BR /&gt;
Then you are back to move one out of the way so you can get the other, then move the first one back.&lt;BR /&gt;
&lt;BR /&gt;
On occasions I have resorted to scripting the hotspots that are in the same line, slightly offset from each other so both can still be selected.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
    <pubDate>Tue, 18 Jun 2019 05:32:49 GMT</pubDate>
    <dc:creator>Barry Kelly</dc:creator>
    <dc:date>2019-06-18T05:32:49Z</dc:date>
    <item>
      <title>GDL: Same Axis Hotspots</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Same-Axis-Hotspots/m-p/233768#M2306</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hi all,&lt;BR /&gt;
&lt;BR /&gt;
Is there a way to toggle between overlapping hotspots on the same axis that have a relative position to each other?&lt;BR /&gt;
&lt;BR /&gt;
Scenario:&lt;BR /&gt;
Two editable hotspots: &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;hotspot A&lt;E&gt;&lt;/E&gt; and &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;hotspot B&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
When &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;B&lt;E&gt;&lt;/E&gt; = 0, &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;hotspot B&lt;E&gt;&lt;/E&gt; = &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;hotspot A&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
To make things more complicated, I have a third hotspot that runs on a different axis with the position of &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;A&lt;E&gt;&lt;/E&gt;. So while &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;hotspot A(h)&lt;E&gt;&lt;/E&gt; and &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;hotspot A(v)&lt;E&gt;&lt;/E&gt; move around, I want an option to be able to move &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;hotspot B&lt;E&gt;&lt;/E&gt; so that it does stops being equal to &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;hotspot A&lt;E&gt;&lt;/E&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 18 Jun 2019 04:09:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Same-Axis-Hotspots/m-p/233768#M2306</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2019-06-18T04:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: GDL: Same Axis Hotspots</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Same-Axis-Hotspots/m-p/233769#M2307</link>
      <description>It is a bit of a pain when hotspots overlap.&lt;BR /&gt;
Only one can be selectable on the screen.&lt;BR /&gt;
I think it may have to do with the order in which they are scripted or it could be to do with the hotspot ID numbers - I have not really tested it.&lt;BR /&gt;
&lt;BR /&gt;
Maybe you can script your hotspots so that they both display only when hotspot A does not equal hotspot B.&lt;BR /&gt;
Then when they are equal you can script the one you will most likely want to use (if, then, else).&lt;BR /&gt;
&lt;BR /&gt;
But I can pretty much guarantee that there will be times when you want the other hotspot.&lt;BR /&gt;
Then you are back to move one out of the way so you can get the other, then move the first one back.&lt;BR /&gt;
&lt;BR /&gt;
On occasions I have resorted to scripting the hotspots that are in the same line, slightly offset from each other so both can still be selected.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Tue, 18 Jun 2019 05:32:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Same-Axis-Hotspots/m-p/233769#M2307</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2019-06-18T05:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: GDL: Same Axis Hotspots</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/GDL-Same-Axis-Hotspots/m-p/233770#M2308</link>
      <description>Feels rather inconsistent... With just a horizontal and a vertical, you can modify either in the tracker. I have a similar situation with two of my 3D hotspot locations where I had an overlap between a vertical hotspot and a diagonal in one case and two diagonals in another. When they overlapped, I had an option to input a values into each of their parameters.  This is not the case though for all of my hotspots that can overlap when an offset is set to zero...&lt;BR /&gt;

&lt;BLOCKQUOTE&gt;On occasions I have resorted to scripting the hotspots that are in the same line, slightly offset from each other so both can still be selected.&lt;/BLOCKQUOTE&gt;

&lt;BR /&gt;
That might be an option for the 2D hotspot. Not so for the 3D ones, though the 3D ones will rarely overlap so it is not that much of a loss.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Ling.</description>
      <pubDate>Tue, 18 Jun 2019 06:54:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/GDL-Same-Axis-Hotspots/m-p/233770#M2308</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2019-06-18T06:54:18Z</dc:date>
    </item>
  </channel>
</rss>

