<?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: HOTARC2 in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/HOTARC2/m-p/132810#M15380</link>
    <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I think this the full hotarc2 circle has &lt;BR /&gt;
been for a long time to be declared as&lt;BR /&gt;
'hotarc2 0, 0, radius, 0, 359.9' or similar, &lt;BR /&gt;
not full 360 degrees.</description>
    <pubDate>Sat, 24 Mar 2012 20:27:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-03-24T20:27:39Z</dc:date>
    <item>
      <title>HOTARC2</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/HOTARC2/m-p/132803#M15373</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I have problem with HOTARC2. Under some circumstances, it is not placed where an ARC2 with the same parameters. Looks like it ignores some of the coordinate transformations.&lt;BR /&gt;
&lt;BR /&gt;
In Archicad12 it was completely wrong, in Archicad14 it is sometimes wrong.&lt;BR /&gt;
Does anyone has experience with it in Archicad15? Is it correct there?&lt;BR /&gt;
&lt;BR /&gt;
here is a sample code:
&lt;PRE&gt;&lt;I&gt;
&lt;/I&gt;!first draw
GOSUB 100

!transform
ADD2 2,2
ROT2 45

!second draw
GOSUB 100
END

!draw something 
100:
PEN 4
ARC2 -2,0,1,0,90
HOTARC2 -2,0,1,0,90

ARC2 0,0,1,180,270
HOTARC2 0,0,1,180,270
GOSUB 200
RETURN

!show XY cursor
200:
DEFINE STYLE "xy" "Arial", 2, 3, 0 
STYLE xy
PEN 1
LINE2 0,0,1,0
TEXT2 1,0, "x"
PEN 3
LINE2 0,0,0,1
TEXT2 0,1, "y"
RETURN
&lt;/PRE&gt;

After coordinate transformation, the second HOTARC2 is placed badly.&lt;BR /&gt;
You can search for it with the mouse. (ArchiCAD build 14 HUN 4204 Win32 FULL)&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Mar 2012 10:27:21 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/HOTARC2/m-p/132803#M15373</guid>
      <dc:creator>piton</dc:creator>
      <dc:date>2012-03-22T10:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: HOTARC2</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/HOTARC2/m-p/132804#M15374</link>
      <description>&lt;BLOCKQUOTE&gt;piton wrote:&lt;BR /&gt;Does anyone has experience with it in Archicad15? Is it correct there?&lt;/BLOCKQUOTE&gt;

In ArchiCAD 15, one of the arcs after the transformation (the one closer to the center of the object) does not have the HotArc2 mouse response, I do not know why.&lt;BR /&gt;
&lt;BR /&gt;
David</description>
      <pubDate>Thu, 22 Mar 2012 12:13:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/HOTARC2/m-p/132804#M15374</guid>
      <dc:creator>David Maudlin</dc:creator>
      <dc:date>2012-03-22T12:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: HOTARC2</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/HOTARC2/m-p/132805#M15375</link>
      <description>It works in AC15 the same way as in AC14.&lt;BR /&gt;
It's really interesting. Is it a bigbug?&lt;BR /&gt;
&lt;BR /&gt;
Looks like the ROT command doesn't effect to the HOTARC2.</description>
      <pubDate>Thu, 22 Mar 2012 13:08:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/HOTARC2/m-p/132805#M15375</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-22T13:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: HOTARC2</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/HOTARC2/m-p/132806#M15376</link>
      <description>Interesting.&lt;BR /&gt;
I changed the start coordinate to 0,0 to see if the negative value had anything to do with it. Now the second, farther away, segment of the rotated arc is the problem with no active hotarc.</description>
      <pubDate>Thu, 22 Mar 2012 18:39:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/HOTARC2/m-p/132806#M15376</guid>
      <dc:creator>Erika Epstein</dc:creator>
      <dc:date>2012-03-22T18:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: HOTARC2</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/HOTARC2/m-p/132807#M15377</link>
      <description>Interesting.&lt;BR /&gt;
I changed the start coordinate to 0,0 to see if the negative value had anything to do with it. Now the second, farther away, segment of the rotated arc is the problem with no active hotarc.</description>
      <pubDate>Thu, 22 Mar 2012 18:58:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/HOTARC2/m-p/132807#M15377</guid>
      <dc:creator>Erika Epstein</dc:creator>
      <dc:date>2012-03-22T18:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: HOTARC2</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/HOTARC2/m-p/132808#M15378</link>
      <description>The hotarcs are being rotated, but they are not being moved the correct&lt;BR /&gt;
amount. If you move your cursor  above the left end of the rotated one about the radius high and just to the right you find an invisible node which is the center of the hotarc curve. the mercedes cursor appears to the left and right.</description>
      <pubDate>Thu, 22 Mar 2012 19:39:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/HOTARC2/m-p/132808#M15378</guid>
      <dc:creator>Erika Epstein</dc:creator>
      <dc:date>2012-03-22T19:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: HOTARC2</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/HOTARC2/m-p/132809#M15379</link>
      <description>HOTARC2 seems to be a bit buggy.&lt;BR /&gt;
In some new ArchiCAD version(s) (I do not know exactly which) it does not work with 0, 360°, but with 0, 359°.</description>
      <pubDate>Thu, 22 Mar 2012 19:43:43 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/HOTARC2/m-p/132809#M15379</guid>
      <dc:creator>Jochen Suehlo</dc:creator>
      <dc:date>2012-03-22T19:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: HOTARC2</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/HOTARC2/m-p/132810#M15380</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I think this the full hotarc2 circle has &lt;BR /&gt;
been for a long time to be declared as&lt;BR /&gt;
'hotarc2 0, 0, radius, 0, 359.9' or similar, &lt;BR /&gt;
not full 360 degrees.</description>
      <pubDate>Sat, 24 Mar 2012 20:27:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/HOTARC2/m-p/132810#M15380</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-24T20:27:39Z</dc:date>
    </item>
  </channel>
</rss>

