<?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: Editable Hotspot modifying the object on the opposite direction in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Editable-Hotspot-on-negative-Y-axis/m-p/336003#M2823</link>
    <description>&lt;P&gt;Are you able to post your whole object?&amp;nbsp; I'm not sure what you mean by growing to the front. The hotspot2 appears to working as expected with "depth" increasing in the positive direction of the y axis.&amp;nbsp; Maybe you need invert those value to go negative on the y-axis?&lt;/P&gt;</description>
    <pubDate>Tue, 19 Apr 2022 05:14:11 GMT</pubDate>
    <dc:creator>scottjm</dc:creator>
    <dc:date>2022-04-19T05:14:11Z</dc:date>
    <item>
      <title>Editable Hotspot on negative Y axis</title>
      <link>https://community.graphisoft.com/t5/GDL/Editable-Hotspot-on-negative-Y-axis/m-p/336002#M2822</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an editable hotspot2 to control the depth of my object, the problem I have is that the hotspot is "growing" to the back of the object and not to the front. I tried different combinations for the hotspot2 coordinates without success.&lt;/P&gt;&lt;P&gt;2D View:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jc4d_0-1650343728743.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/20616i2CC24B5C9727E8B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jc4d_0-1650343728743.png" alt="jc4d_0-1650343728743.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;FloorPlan:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jc4d_1-1650343859247.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/20618i18CD111606754E47/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jc4d_1-1650343859247.png" alt="jc4d_1-1650343859247.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2D Script:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;HOTSPOT2 Width/2, 0, unID, Depth, 1+128
unID = unID+1
HOTSPOT2 Width/2, Depth, unID, Depth, 2
unID = unID+1
HOTSPOT2 Width/2, -1, unID, Depth, 3+128
unID = unID+1

ADD2 0, Depth
RECT2 0,0, Vert_sup_Width, Vert_sup_Depth	!!!!VERTICAL SUPPORT
ADD2 Width - Vert_sup_Width, 0
RECT2 0,0, Vert_sup_Width, Vert_sup_Depth   !!!!VERTICAL SUPPORT
DEL 2
RECT2 0,0, Width, Depth						!!!!BASE&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Juan.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 05:29:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Editable-Hotspot-on-negative-Y-axis/m-p/336002#M2822</guid>
      <dc:creator>jc4d</dc:creator>
      <dc:date>2022-04-19T05:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Editable Hotspot modifying the object on the opposite direction</title>
      <link>https://community.graphisoft.com/t5/GDL/Editable-Hotspot-on-negative-Y-axis/m-p/336003#M2823</link>
      <description>&lt;P&gt;Are you able to post your whole object?&amp;nbsp; I'm not sure what you mean by growing to the front. The hotspot2 appears to working as expected with "depth" increasing in the positive direction of the y axis.&amp;nbsp; Maybe you need invert those value to go negative on the y-axis?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 05:14:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Editable-Hotspot-on-negative-Y-axis/m-p/336003#M2823</guid>
      <dc:creator>scottjm</dc:creator>
      <dc:date>2022-04-19T05:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Editable Hotspot modifying the object on the opposite direction</title>
      <link>https://community.graphisoft.com/t5/GDL/Editable-Hotspot-on-negative-Y-axis/m-p/336004#M2824</link>
      <description>&lt;P&gt;Sorry I didn't explain myself properly, yes the object is increasing on the positive Y, I would need to increase on the negative Y.&lt;/P&gt;&lt;P&gt;I tried setting the hotspot2 (2) to -Depth, but that only affects the location of the hotspot.&lt;/P&gt;&lt;P&gt;The object is not much more than the 2D script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;HOTSPOT2 Width/2, 0, unID, Depth, 1+128
unID = unID+1
HOTSPOT2 Width/2, -Depth, unID, Depth, 2
unID = unID+1
HOTSPOT2 Width/2, -1, unID, Depth, 3+128
unID = unID+1

ADD2 0, Depth
RECT2 0,0, 0.03, 0.06
ADD2 Width - 0.03, 0
RECT2 0,0, 0.03, 0.06
DEL 2
RECT2 0,0, Width, Depth&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 05:23:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Editable-Hotspot-on-negative-Y-axis/m-p/336004#M2824</guid>
      <dc:creator>jc4d</dc:creator>
      <dc:date>2022-04-19T05:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Editable Hotspot modifying the object on the opposite direction</title>
      <link>https://community.graphisoft.com/t5/GDL/Editable-Hotspot-on-negative-Y-axis/m-p/336005#M2825</link>
      <description>&lt;P&gt;Try this.&amp;nbsp; You need to change the reference hotspot y coord to positive, and then also use those negative 'depth' values on your add2 and rect2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;HOTSPOT2 Width/2, 0, unID, Depth, 1+128
unID = unID+1
HOTSPOT2 Width/2, -Depth, unID, Depth, 2
unID = unID+1
HOTSPOT2 Width/2, 1, unID, Depth, 3+128
unID = unID+1

ADD2 0, -Depth
RECT2 0,0, 0.03, 0.06
ADD2 Width - 0.03, 0
RECT2 0,0, 0.03, 0.06
DEL 2
RECT2 0,0, Width, -Depth&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;Alternatively, you could just add a&amp;nbsp; ROT2 180 before drawing these hotspots and their associated 2d linework, and work with a within rotated workplane so you still can deal with positive depth values, this can get confusing though.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 05:29:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Editable-Hotspot-on-negative-Y-axis/m-p/336005#M2825</guid>
      <dc:creator>scottjm</dc:creator>
      <dc:date>2022-04-19T05:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Editable Hotspot modifying the object on the opposite direction</title>
      <link>https://community.graphisoft.com/t5/GDL/Editable-Hotspot-on-negative-Y-axis/m-p/336006#M2826</link>
      <description>&lt;P&gt;Thank you, I had the ROT2 180 before and everything was working as it should be, but like you said it can get confusing at some point so I wanted to find a more cleaner way to do it and that's when I had to ask &lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Juan.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 05:34:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Editable-Hotspot-on-negative-Y-axis/m-p/336006#M2826</guid>
      <dc:creator>jc4d</dc:creator>
      <dc:date>2022-04-19T05:34:16Z</dc:date>
    </item>
  </channel>
</rss>

