<?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-BASED Polar coordinates input in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-BASED-Polar-coordinates-input/m-p/58184#M30149</link>
    <description>----------------&lt;BR /&gt;
&lt;BR /&gt;
ARC2 0, 0, 0.75*Radi, 0, Ang&lt;BR /&gt;
&lt;BR /&gt;
Circle2 0,0,0.01&lt;BR /&gt;
Line2 0,0,Radi*COS(Ang), Radi*SIN(Ang)&lt;BR /&gt;
Circle2 Radi*COS(Ang), Radi*SIN(Ang),0.01&lt;BR /&gt;
&lt;BR /&gt;
HOTSPOT2 0, 0, 4, Radi, 1+128&lt;BR /&gt;
HOTSPOT2 -1*COS(Ang), -1*SIN(Ang), 5, Radi, 3&lt;BR /&gt;
HOTSPOT2  Radi*COS(Ang), Radi*SIN(Ang),6, Radi, 2&lt;BR /&gt;
&lt;BR /&gt;
HOTSPOT2 0, 0, 1, Ang, 6&lt;BR /&gt;
HOTSPOT2 Radi, 0, 2, Ang, 4&lt;BR /&gt;
HOTSPOT2 Radi*COS(Ang), Radi*SIN(Ang), 3, Ang, 5&lt;BR /&gt;
&lt;BR /&gt;
----------&lt;BR /&gt;
&lt;BR /&gt;
It doesn't work! ! ! !</description>
    <pubDate>Wed, 10 Oct 2007 19:21:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-10-10T19:21:17Z</dc:date>
    <item>
      <title>HOTSPOT-BASED Polar coordinates input</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-BASED-Polar-coordinates-input/m-p/58182#M30147</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;NEED HELP&lt;BR /&gt;
&lt;BR /&gt;
There is ability to combine to linear Hotspot coordinate inputs - X and Y.&lt;BR /&gt;
Is there way to use another combination - HotAngle plus HotDistance simultaneuusly?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 Oct 2007 17:37:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-BASED-Polar-coordinates-input/m-p/58182#M30147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-10-10T17:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT-BASED Polar coordinates input</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-BASED-Polar-coordinates-input/m-p/58183#M30148</link>
      <description>It should be possible depending on the circumstances.&lt;BR /&gt;
&lt;BR /&gt;
The main issue would be keeping the dissimilar Hotspots coincident. This might mean rotating the axis by "Hotangle" before defining the "Hotlength". If I weren't so busy I would be tempted to try it myself. Let us know if you figure it out.</description>
      <pubDate>Wed, 10 Oct 2007 17:52:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-BASED-Polar-coordinates-input/m-p/58183#M30148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-10-10T17:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT-BASED Polar coordinates input</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-BASED-Polar-coordinates-input/m-p/58184#M30149</link>
      <description>----------------&lt;BR /&gt;
&lt;BR /&gt;
ARC2 0, 0, 0.75*Radi, 0, Ang&lt;BR /&gt;
&lt;BR /&gt;
Circle2 0,0,0.01&lt;BR /&gt;
Line2 0,0,Radi*COS(Ang), Radi*SIN(Ang)&lt;BR /&gt;
Circle2 Radi*COS(Ang), Radi*SIN(Ang),0.01&lt;BR /&gt;
&lt;BR /&gt;
HOTSPOT2 0, 0, 4, Radi, 1+128&lt;BR /&gt;
HOTSPOT2 -1*COS(Ang), -1*SIN(Ang), 5, Radi, 3&lt;BR /&gt;
HOTSPOT2  Radi*COS(Ang), Radi*SIN(Ang),6, Radi, 2&lt;BR /&gt;
&lt;BR /&gt;
HOTSPOT2 0, 0, 1, Ang, 6&lt;BR /&gt;
HOTSPOT2 Radi, 0, 2, Ang, 4&lt;BR /&gt;
HOTSPOT2 Radi*COS(Ang), Radi*SIN(Ang), 3, Ang, 5&lt;BR /&gt;
&lt;BR /&gt;
----------&lt;BR /&gt;
&lt;BR /&gt;
It doesn't work! ! ! !</description>
      <pubDate>Wed, 10 Oct 2007 19:21:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-BASED-Polar-coordinates-input/m-p/58184#M30149</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-10-10T19:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT-BASED Polar coordinates input</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-BASED-Polar-coordinates-input/m-p/58185#M30150</link>
      <description>Well, I couldn't resist once you posted the code.&lt;BR /&gt;
&lt;BR /&gt;
You seem to be right. It didn't work with a rot2 statement either.&lt;BR /&gt;
&lt;BR /&gt;
I guess the linear and angle hostpots can't coincide. It seems that the linear takes precedence and the angle is unavailable.&lt;BR /&gt;
&lt;BR /&gt;
If you really need this you could accomplish a similar result by using coincident X and Y points, calculate the angle and use the PARAMETERS statement to put the value into your ang parameter.</description>
      <pubDate>Wed, 10 Oct 2007 21:19:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-BASED-Polar-coordinates-input/m-p/58185#M30150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-10-10T21:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT-BASED Polar coordinates input</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-BASED-Polar-coordinates-input/m-p/58186#M30151</link>
      <description>&lt;BLOCKQUOTE&gt;I guess the linear and angle hostpots can't coincide.&lt;/BLOCKQUOTE&gt; As written in the manual. (AFAIR)</description>
      <pubDate>Wed, 10 Oct 2007 22:06:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-BASED-Polar-coordinates-input/m-p/58186#M30151</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2007-10-10T22:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT-BASED Polar coordinates input</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-BASED-Polar-coordinates-input/m-p/58187#M30152</link>
      <description>&lt;BLOCKQUOTE&gt;SPINCODE wrote:&lt;BR /&gt;
Is there way to use another combination - HotAngle plus HotDistance simultaneuusly?&lt;/BLOCKQUOTE&gt;

This is not possible. &lt;BR /&gt;
If you want both hotspots, you have to separate them by a tiny distance.&lt;BR /&gt;
&lt;BR /&gt;
Or you can use this old tip:&lt;BR /&gt;
xx = REQUEST ("Clean_intersections", "", state)&lt;BR /&gt;
if state then&lt;BR /&gt;
	&amp;lt;Code for Radi Hotspot&amp;gt;   &lt;BR /&gt;
else&lt;BR /&gt;
	&amp;lt;Code for Ang Hotspot&amp;gt;   &lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
You switch from one to another, according to your shortcut.&lt;BR /&gt;
Unfortunately, the shortcut works only in floor plan view. In the past, it worked in 3D view too.&lt;BR /&gt;
&lt;BR /&gt;
For double coordonates, xy for eg, notice that parameters show&lt;BR /&gt;
in the order in which they are listed in the Parameters window.</description>
      <pubDate>Thu, 11 Oct 2007 11:48:42 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-BASED-Polar-coordinates-input/m-p/58187#M30152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-10-11T11:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT-BASED Polar coordinates input</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-BASED-Polar-coordinates-input/m-p/58188#M30153</link>
      <description>Another solution is to create a switch parameter. See attached part.&lt;BR /&gt;
It allows a switch between angle, xy coordonates, or radius. &lt;BR /&gt;
Don't dream, only xy coordonates can show together. Current GDL can't do more.&lt;BR /&gt;
 &lt;BR /&gt;
IMHO, it could be easy to allow angle and radius to work together. &lt;BR /&gt;
Unfortunately, GDL is not GS priority for the future. This is an other thread.</description>
      <pubDate>Thu, 11 Oct 2007 20:18:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-BASED-Polar-coordinates-input/m-p/58188#M30153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-10-11T20:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: HOTSPOT-BASED Polar coordinates input</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-BASED-Polar-coordinates-input/m-p/58189#M30154</link>
      <description>&lt;BLOCKQUOTE&gt;Unfortunately, GDL is not GS priority for the future. This is another thread.&lt;/BLOCKQUOTE&gt; As you know, we have asked for more focus on GDL and as far as I have heard it will be. Just GS and AC internal but after that I hope this will lead in more sophisticating changes. GS can't say they wouldn't know, what's needed. HOTSPOTs is one of this half completed great ideas. &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt;</description>
      <pubDate>Fri, 12 Oct 2007 06:13:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/HOTSPOT-BASED-Polar-coordinates-input/m-p/58189#M30154</guid>
      <dc:creator>Frank Beister</dc:creator>
      <dc:date>2007-10-12T06:13:56Z</dc:date>
    </item>
  </channel>
</rss>

