How to rotate the all models in FBX to match its orientation in Navisworks Manage
Hi, I got a model in Navisworks Manage with the correct XYZ orientation. Here is the screenshot.
Then I export that model to FBX in Navisworks Manage, do some FBX processing then go to 3ds Max to fix the YZ orientation. When I load the processed FBX model in 3dS Max, the YZ orientation is not correct. Here is the screenshot.
I have to manually rotate the model as shown in the video here: https://www.screencast.com/t/ajGBRAFHi In the video there, I select all the objects, then rotate on its own by 180 degree at Z axis. What is the correct script to do the same rotation action shown in the video above? I have tried the following codes below, but they do not work as expected:
allObjects = $* <br>rot_box = eulerangles 0 0 180 <br>rotate allObjects rot_box
Could anyone advise me what is the correct script to fix the rotation above? Thank you
Comments
.
Select the objects that you have to rotate and exectue this:
Tools and Scripts for Autodesk 3dsMax