<?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: HOTSPOT QUESTION in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-QUESTION/m-p/143943#M17293</link>
    <description>wow thanks heaps Joachim Suehlo and Erich. The intelligent hotspot sample Joachim was what i was after.. i have no idea how it works by looking at it. i wish i did, but it has solved a problem thank you very much</description>
    <pubDate>Tue, 19 Jul 2011 05:44:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-07-19T05:44:40Z</dc:date>
    <item>
      <title>HOTSPOT QUESTION</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-QUESTION/m-p/143940#M17290</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hello attached is an image which best describes my situation sorry my GDL knowledge is very limited but I can still make basic parametric objects&lt;BR /&gt;
&lt;BR /&gt;
basically i require a 3d object with a 2d drawing in a separate location, any distance from the base point of the 3d object..I need to be able to move and arrange the 2d and pull it around via a hotspot but i just don't understand the line of code i require.&lt;BR /&gt;
&lt;BR /&gt;
so far i have tried to understand the use of hotspots2 but to no avail i have experimented with a few things but just need a nudge here is one example&lt;BR /&gt;
&lt;BR /&gt;
ADD2 6,6&lt;BR /&gt;
unID = 1&lt;BR /&gt;
HOTSPOT2 0,0,unID : unID=unID+1&lt;BR /&gt;
RECT2 0,0,B,A&lt;BR /&gt;
&lt;BR /&gt;
Kindest regards&lt;BR /&gt;
&lt;BR /&gt;
Dale&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="https://community.graphisoft.com/t5/image/serverpage/image-id/7814i6707902F2BB42BA1/image-size/large?v=v2&amp;amp;px=999" border="0" alt="SCREEN SHOT.jpg" title="SCREEN SHOT.jpg" /&gt;</description>
      <pubDate>Mon, 18 Jul 2011 11:36:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-QUESTION/m-p/143940#M17290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-18T11:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT QUESTION</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-QUESTION/m-p/143941#M17291</link>
      <description>There are 2 ways to do this:&lt;BR /&gt;
a) use the stretchable a/b Rectangle&lt;BR /&gt;
&lt;BR /&gt;
try this script:&lt;BR /&gt;

&lt;PRE&gt;PROJECT2 3,270,2   !(Projection of the 3D-Part in the right lower corner)

HOTSPOT2 0,0
HOTSPOT2 -a,0
HOTSPOT2 -a,b
HOTSPOT2 0,b

RECT2 -a,b,-a+1,b-1   ! (2D-Rect in the upper left corner)&lt;/PRE&gt;
A and B are set to 10 meters&lt;BR /&gt;
&lt;BR /&gt;
b) use intelligent hotspots.&lt;BR /&gt;
example:
&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;HOTSPOT2 sideX, -0.1, 	1, sideY, 3	!Referenz
HOTSPOT2 sideX, 0, 		2, sideY, 1+128	!Basis
HOTSPOT2 sideX, sideY, 	3, sideY, 2	!Beweger

HOTSPOT2 -0.1, 		sideY, 4, sideX, 3
HOTSPOT2 0, 		sideY, 5, sideX, 1+128
HOTSPOT2 sideX, 	sideY, 6, sideX, 2&lt;/PRE&gt;

sideX and sideY are 2 length type parameters.&lt;BR /&gt;
They can be used to move the left upper corner.</description>
      <pubDate>Mon, 18 Jul 2011 20:03:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-QUESTION/m-p/143941#M17291</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2011-07-18T20:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT QUESTION</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-QUESTION/m-p/143942#M17292</link>
      <description>The electrigon object found in the depository &lt;A href="http://archicad-talk.graphisoft.com/object_depository.php?browse=Depository/16%20Electrical" target="_blank"&gt;Here&lt;/A&gt; uses the second method to do just what you are wanting since there was a need to move the 2D symbol separately from the placement of the object in 3D. &lt;BR /&gt;
&lt;BR /&gt;
Take a look at the object to see how it was accomplished.</description>
      <pubDate>Tue, 19 Jul 2011 02:04:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-QUESTION/m-p/143942#M17292</guid>
      <dc:creator>Erich</dc:creator>
      <dc:date>2011-07-19T02:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT QUESTION</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-QUESTION/m-p/143943#M17293</link>
      <description>wow thanks heaps Joachim Suehlo and Erich. The intelligent hotspot sample Joachim was what i was after.. i have no idea how it works by looking at it. i wish i did, but it has solved a problem thank you very much</description>
      <pubDate>Tue, 19 Jul 2011 05:44:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-QUESTION/m-p/143943#M17293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-19T05:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT QUESTION</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-QUESTION/m-p/143944#M17294</link>
      <description>&lt;BLOCKQUOTE&gt;dbroughton wrote:&lt;BR /&gt;i have no idea how it works by looking at it. i wish i did&lt;/BLOCKQUOTE&gt;

Have a look at the "Rabbit Hole" link in Erich's signature.&lt;BR /&gt;
It is explained very well there in his blog how the hotspots work.&lt;BR /&gt;
Barry.</description>
      <pubDate>Tue, 19 Jul 2011 06:07:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-QUESTION/m-p/143944#M17294</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2011-07-19T06:07:38Z</dc:date>
    </item>
  </channel>
</rss>

