2021-03-09 02:40 PM - last edited on 2021-09-14 09:48 AM by Noemi Balogh
Solved! Go to Solution.
2021-03-09 02:51 PM
n = REQUEST ("view_rotangle", "", angleViewRotation)You can then use the returned value to rotate all or part of the object.
Returns the rotation angle of the current view. Expression returns 0 and contains dummy return values (emtpy string or 0) if used in parameter script, causing additional warning
2021-03-09 02:51 PM
n = REQUEST ("view_rotangle", "", angleViewRotation)You can then use the returned value to rotate all or part of the object.
Returns the rotation angle of the current view. Expression returns 0 and contains dummy return values (emtpy string or 0) if used in parameter script, causing additional warning
2021-03-10 08:49 AM