We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2017-04-08 11:18 PM
2017-04-10 03:21 AM
2017-04-10 10:04 AM
Barry wrote:
Can you show a screen shot of what you mean?
Barry.
2017-04-10 10:55 AM
2017-04-10 12:54 PM
Barry wrote:
If you are just rotating the object then you can check symb_rotangle to get the angle of rotation.
But you are rotating the entire plan so effectively the object is not rotating at all.
Off the top of my head I can't think of a way to determine (in GDL) the rotation angle of the plan.
It might be there somewhere so if anyone knows please say so.
Barry.
2017-04-11 03:40 AM
2017-04-12 07:00 PM
2017-04-13 02:35 AM
sinceV6 wrote:Yep, that is your solution.
Hi.
You can use REQUEST ("view_rotangle", "", angleViewRotation).
Best regards.
zzz=REQUEST ("view_rotangle", "", angleViewRotation) ROT2 -angleViewRotationThanks sinceV6
2018-02-28 06:54 AM
2018-02-28 07:12 AM
TEXT2 0,0,SYMB_ROTANGLE !!undo with ROT2 -SYMB_ROTANGLE TEXT2 0,0,SYMB_MIRRORED !!undo with MUL2 -1,1 zzz=REQUEST ("view_rotangle", "", angleViewRotation) TEXT2 0,0,angleViewRotation !!undo with ROT2 -angleViewRotationIf you use all 3 at once you will need to adjust the x/y co-ordinates so all the text is not on top of each other.