We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2012-03-22 11:27 AM
!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" RETURNAfter coordinate transformation, the second HOTARC2 is placed badly.
2012-03-22 01:13 PM
piton wrote: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.
Does anyone has experience with it in Archicad15? Is it correct there?
2012-03-22 02:08 PM
2012-03-22 07:39 PM
2012-03-22 07:58 PM
2012-03-22 08:39 PM
2012-03-22 08:43 PM
2012-03-24 09:27 PM