<?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: HOTSPOT2 in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/363821#M2244</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GDL hotspots always work with local coordinates, the origin is the object's origin.&lt;/P&gt;
&lt;P&gt;The conversion to plan coordinates depends on the tool with which the library part works. In the case of labels use &lt;A href="https://gdl.Graphisoft.com/reference-guide/label-parameters" target="_self"&gt;LABEL_POSITION[1][]&lt;/A&gt;&lt;/P&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: Consolas, 'Courier New', monospace; font-weight: normal; font-size: 16px; line-height: 22px; white-space: pre;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;If you need to display coordinates to the user, &lt;A href="https://gdl.Graphisoft.com/reference-guide/global-variables" target="_self"&gt;GLOB_WORLD_ORIGO_OFFSET&lt;/A&gt; has to be added to handle cases when the plan contains &lt;A href="https://community.Graphisoft.com/t5/Project-Management-articles/Far-From-Origin-Troubleshooting-Guide/ta-p/304210" target="_self"&gt;large coordinate values&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Dec 2022 08:26:51 GMT</pubDate>
    <dc:creator>Peter Baksa</dc:creator>
    <dc:date>2022-12-02T08:26:51Z</dc:date>
    <item>
      <title>HOTSPOT2</title>
      <link>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/362639#M2235</link>
      <description>&lt;P&gt;I created a label using textblock and richtext2.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is it possible to freely move the part specified in the textblock with hotspot2?&lt;BR /&gt;It doesn't resize the text block, just move it where it's placed&lt;BR /&gt;Another method is to prepare two parameters (X direction and Y direction) to specify the distance you want to move.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to know if it is possible to move freely with hotosopt2.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 05:45:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/362639#M2235</guid>
      <dc:creator>Nami Furuta</dc:creator>
      <dc:date>2022-11-21T05:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT2</title>
      <link>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/362641#M2236</link>
      <description>&lt;P&gt;If your label has a pointer active, then you adjust the text position by moving the pointer nodes.&lt;/P&gt;
&lt;P&gt;If your label does not have the pointer active, then you just move the text as you would standard text.&lt;/P&gt;
&lt;P&gt;Or are you saying you want to adjust the width of the text box with a moveable hotspot?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 05:53:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/362641#M2236</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2022-11-21T05:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT2</title>
      <link>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/362644#M2237</link>
      <description>&lt;P&gt;HI Barry&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No, it does not adjust the width of the text box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't understand what it means if the label's pointer is active or not.&lt;BR /&gt;Attached is the script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/55696i7D44F879DF8D11C1/image-size/large?v=v2&amp;amp;px=999" border="0" alt="gdl1121.PNG" title="gdl1121.PNG" /&gt;</description>
      <pubDate>Mon, 21 Nov 2022 06:28:20 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/362644#M2237</guid>
      <dc:creator>Nami Furuta</dc:creator>
      <dc:date>2022-11-21T06:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT2</title>
      <link>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/362646#M2238</link>
      <description>&lt;P&gt;to move freely an element created in gdl you&amp;nbsp; have to blend 2 hotspots together :&lt;/P&gt;&lt;P&gt;uid = 1&lt;/P&gt;&lt;P&gt;HOTSPOT2 -1, 0, uid&amp;nbsp; : uid = uid + 1&lt;BR /&gt;HOTSPOT2 1, 0, uid&amp;nbsp; &amp;nbsp; : uid = uid + 1&lt;BR /&gt;HOTSPOT2 hotspot_x, 0, uid&amp;nbsp; , hotspot_y, 1+128&amp;nbsp; : uid = uid + 1&lt;BR /&gt;HOTSPOT2 hotspot_x, -1, uid&amp;nbsp; , hotspot_y, 3&amp;nbsp; : uid = uid + 1&lt;BR /&gt;HOTSPOT2 hotspot_x, hotspot_y, uid&amp;nbsp; , hotspot_y, 2&amp;nbsp; : uid = uid + 1&lt;BR /&gt;HOTSPOT2 0, hotspot_y, uid&amp;nbsp; , hotspot_x, 1+128&amp;nbsp; : uid = uid + 1&lt;BR /&gt;HOTSPOT2 -1, hotspot_y, uid&amp;nbsp; , hotspot_x, 3&amp;nbsp; : uid = uid + 1&lt;BR /&gt;HOTSPOT2 hotspot_x, hotspot_y, uid&amp;nbsp; , hotspot_x, 2&amp;nbsp; : uid = uid + 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where hotspot_x and hotspot_y are the x and y coordinates of the hotspot you'll use to move the textblock&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 07:13:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/362646#M2238</guid>
      <dc:creator>julienK</dc:creator>
      <dc:date>2022-11-21T07:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT2</title>
      <link>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/362648#M2239</link>
      <description>&lt;P&gt;Labels have pointers.&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="BarryKelly_0-1669016003511.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/31776iA8DB498CD11EF0FA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BarryKelly_0-1669016003511.png" alt="BarryKelly_0-1669016003511.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it has a pointer, you just adjust the pointer nodes.&lt;/P&gt;
&lt;P&gt;If it doesn't have a pointer, you just move the text.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is it you are trying to move?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 07:35:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/362648#M2239</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2022-11-21T07:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT2</title>
      <link>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/363275#M2240</link>
      <description>&lt;P&gt;Thank you JulienK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think hotspot_X, hotspot_Y are local coordinates.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If hotspot_X and hotspot_Y are set with the world coordinates imported by the add-on, is it possible to move the text in the same way?&lt;/P&gt;&lt;P&gt;Is it possible to move the text written in world coordinates?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 02:07:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/363275#M2240</guid>
      <dc:creator>Nami Furuta</dc:creator>
      <dc:date>2022-11-28T02:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT2</title>
      <link>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/363276#M2241</link>
      <description>&lt;P&gt;Wait,&amp;nbsp;&lt;EM&gt;Add-on&lt;/EM&gt;? If you explain your use case it might help. Are you trying to automatically define and label points of interest from a contractors supplied coordinate file?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 03:30:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/363276#M2241</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2022-11-28T03:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT2</title>
      <link>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/363284#M2242</link>
      <description>&lt;P&gt;Thank You Lingwisyer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am making a label for the opening with GDL.&lt;BR /&gt;Mark the opening with an X and draw the dimensions and ID near the opening.&lt;/P&gt;&lt;P&gt;I would like to move the label for that dimension or id with a hotspot.&lt;BR /&gt;The shape of the opening (whether circular or rectangular) and the positional information of the opening cannot be known without an add-on, so I created an add-on for that purpose.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 04:55:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/363284#M2242</guid>
      <dc:creator>Nami Furuta</dc:creator>
      <dc:date>2022-11-28T04:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT2</title>
      <link>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/363290#M2243</link>
      <description>&lt;P&gt;Right. So you place label on a window, door or opening, and it will create a cross on it then read the ID as well as retrieve the dimensions via your add-on to be displayed at a user determined location that can be modified via a&amp;nbsp;&lt;STRONG&gt;Hotspot&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following the&amp;nbsp;&lt;STRONG&gt;Hotspots&lt;/STRONG&gt; created like how Julien as explained, you then use the same&amp;nbsp;&lt;EM&gt;hotspot_x, hotspot_y&lt;/EM&gt; to place your&amp;nbsp;&lt;STRONG&gt;Richtext&lt;/STRONG&gt;.&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, 28 Nov 2022 06:45:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/363290#M2243</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2022-11-28T06:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT2</title>
      <link>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/363821#M2244</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GDL hotspots always work with local coordinates, the origin is the object's origin.&lt;/P&gt;
&lt;P&gt;The conversion to plan coordinates depends on the tool with which the library part works. In the case of labels use &lt;A href="https://gdl.Graphisoft.com/reference-guide/label-parameters" target="_self"&gt;LABEL_POSITION[1][]&lt;/A&gt;&lt;/P&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: Consolas, 'Courier New', monospace; font-weight: normal; font-size: 16px; line-height: 22px; white-space: pre;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;If you need to display coordinates to the user, &lt;A href="https://gdl.Graphisoft.com/reference-guide/global-variables" target="_self"&gt;GLOB_WORLD_ORIGO_OFFSET&lt;/A&gt; has to be added to handle cases when the plan contains &lt;A href="https://community.Graphisoft.com/t5/Project-Management-articles/Far-From-Origin-Troubleshooting-Guide/ta-p/304210" target="_self"&gt;large coordinate values&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 08:26:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/363821#M2244</guid>
      <dc:creator>Peter Baksa</dc:creator>
      <dc:date>2022-12-02T08:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT2</title>
      <link>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/363846#M2245</link>
      <description>&lt;P&gt;I think you got an answer to your Hotspot question, but I wonder why you need GDL to label your windows?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Normally I would only expect to see the opening ID and depending on scale possibly the opening size. You can create a label with or without a leader. Do this using Autotext values when adding text to the label [#ElementID, #Width, #Height]. Make sure your label Geometry Method is set to Associative. You can then save it as a favourite label. To label all your openings quickly, use the favourite to set the label values. Select your openings and then use Document &amp;gt; Annotation &amp;gt; Label Selected Elements.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your labelling needs are more complex please explain, there may be simpler ways than programming a solution.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 10:44:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/363846#M2245</guid>
      <dc:creator>DGSketcher</dc:creator>
      <dc:date>2022-12-02T10:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT2</title>
      <link>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/364002#M2246</link>
      <description>&lt;P&gt;By one of their other &lt;A href="https://community.Graphisoft.com/t5/Developer-forum/HOTSPOT2/m-p/363284/highlight/true#M11384" target="_self"&gt;replies&lt;/A&gt;, they are wanting to have the object create a marker over the opening as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ling.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 02:00:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/HOTSPOT2/m-p/364002#M2246</guid>
      <dc:creator>Lingwisyer</dc:creator>
      <dc:date>2022-12-05T02:00:01Z</dc:date>
    </item>
  </channel>
</rss>

