We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2011-06-01 10:18 PM
2011-06-02 10:37 PM
2011-06-03 04:51 AM
2011-06-05 02:09 PM
EPS = 0.0001 bCond = (SYMB_ROTANGLE > 90+EPS and SYMB_ROTANGLE <= 270+EPS) ! 0 or 1 add2 A/2, B/2 rot2 180 * bCond text2 0, 0, "Text" del 2If you have rot2 transformations in your script, it may be more complex.
2011-06-07 02:34 PM
success = request("view_rotangle", "", angleViewRotation) SYMB_ROTANGLE = SYMB_ROTANGLE + angleViewRotation SYMB_ROTANGLE = SYMB_ROTANGLE -((SYMB_ROTANGLE > 360)*360)