We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2019-09-02 01:10 PM - last edited on 2023-05-24 12:26 PM by Rubia Torres
r = request ("View_Rotangle", "", _angleViewRot) rot2 ((symb_rotangle + _angleViewRot) MOD 360) * (symb_mirrored - not(symb_mirrored)) text2 0, 0 , myText del 1however, the variable symb_rotangle is always either 0 or 180, and the variable _angleViewRot is always 0. Did I do something wrong, or is there some other way to do this?
Solved! Go to Solution.
2019-09-03 11:21 AM
PEN 1 text2 0,0, WALL_DIRECTION PEN 2 text2 0,0.5, SYMB_ROTANGLE PEN 3 text2 0,1, SYMB_MIRRORED PEN 4 text2 0,1.5, _angleViewRotBarry.
2019-09-02 03:33 PM
2019-09-03 11:21 AM
PEN 1 text2 0,0, WALL_DIRECTION PEN 2 text2 0,0.5, SYMB_ROTANGLE PEN 3 text2 0,1, SYMB_MIRRORED PEN 4 text2 0,1.5, _angleViewRotBarry.
2019-09-03 12:12 PM