<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Export to FBX rotates the coordinate system in Navisworks Forum</title>
    <link>https://forums.autodesk.com/t5/navisworks-forum/export-to-fbx-rotates-the-coordinate-system/m-p/13369302#M196</link>
    <description>&lt;P&gt;Here is a fix for anyone that comes across this.&lt;BR /&gt;&lt;BR /&gt;If you export the FBX using the ASCII format, you can modify the file using Notepad.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Understanding the Current Settings&lt;/P&gt;&lt;P&gt;From your FBX file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;P: "UpAxis", "int", "Integer", "",0
P: "UpAxisSign", "int", "Integer", "",1
P: "FrontAxis", "int", "Integer", "",2
P: "FrontAxisSign", "int", "Integer", "",1
P: "CoordAxis", "int", "Integer", "",1
P: "CoordAxisSign", "int", "Integer", "",-1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;UpAxis = 0 → X is the up axis.&lt;/LI&gt;&lt;LI&gt;FrontAxis = 2 → Z is the forward axis.&lt;/LI&gt;&lt;LI&gt;CoordAxis = 1 → Y is the right axis.&lt;/LI&gt;&lt;LI&gt;CoordAxisSign = -1 → Left-handed system (opposite of right-handed).&lt;/LI&gt;&lt;LI&gt;OriginalUpAxis = -1 → Unknown or unset.&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;P&gt;How to Fix the Rotation&lt;/P&gt;&lt;P&gt;Since Fusion 360 expects Y as Up (UpAxis = 1, FrontAxis = 2, Right-Handed Coord System), update these lines:&lt;/P&gt;&lt;P&gt;Change to Fusion’s Expected Orientation (Y-Up)&lt;/P&gt;&lt;P&gt;Modify the file as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;P: "UpAxis", "int", "Integer", "",1
P: "UpAxisSign", "int", "Integer", "",1
P: "FrontAxis", "int", "Integer", "",2
P: "FrontAxisSign", "int", "Integer", "",1
P: "CoordAxis", "int", "Integer", "",0
P: "CoordAxisSign", "int", "Integer", "",1
P: "OriginalUpAxis", "int", "Integer", "",1
P: "OriginalUpAxisSign", "int", "Integer", "",1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Explanation of Fix:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;UpAxis = 1 → Y-up (instead of X-up).&lt;/LI&gt;&lt;LI&gt;FrontAxis = 2 → Z-forward (keeps front facing correctly).&lt;/LI&gt;&lt;LI&gt;CoordAxis = 0 → X is right.&lt;/LI&gt;&lt;LI&gt;CoordAxisSign = 1 → Right-handed coordinate system (Fusion 360 default).&lt;/LI&gt;&lt;LI&gt;OriginalUpAxis = 1 → Helps some software interpret the correct original orientation.&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;P&gt;Next Steps&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Edit the FBX file in a text editor (Notepad++, VS Code, etc.).&lt;/LI&gt;&lt;LI&gt;Save the changes.&lt;/LI&gt;&lt;LI&gt;Reimport into Fusion 360 and check the orientation.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This should correct the +90° Z rotation issue.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_andrew_roth__0-1741881245902.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1477463i202E02530A0289AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_andrew_roth__0-1741881245902.png" alt="_andrew_roth__0-1741881245902.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Mar 2025 15:57:35 GMT</pubDate>
    <dc:creator>_andrew_roth_</dc:creator>
    <dc:date>2025-03-13T15:57:35Z</dc:date>
    <item>
      <title>Export to FBX rotates the coordinate system</title>
      <link>https://forums.autodesk.com/t5/navisworks-forum/export-to-fbx-rotates-the-coordinate-system/m-p/13367484#M195</link>
      <description>&lt;P&gt;I was pulling meshes from Navisworks Manage to Fusion, converting to CAD, then using that as reference data in Inventor. When pushing the inventor component back into the Navisworks model, the position was way off.&lt;BR /&gt;&lt;BR /&gt;I was a little confused, and and found a few posts that I think are referencing similar issues.&lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/navisworks-forum/fbx-export-problems/m-p/7469434" target="_blank"&gt;https://forums.autodesk.com/t5/navisworks-forum/fbx-export-problems/m-p/7469434&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/navisworks-forum/fbx-export-navisworks-2023/m-p/11256126" target="_blank"&gt;https://forums.autodesk.com/t5/navisworks-forum/fbx-export-navisworks-2023/m-p/11256126&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To make the issue easier to follow I model a UCS (triad) in Inventor that matched the model Coordinates.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UCS Inventor.png" style="width: 300px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1477026iDE4ABB6D3DB6CBC9/image-size/small?v=v2&amp;amp;px=200" role="button" title="UCS Inventor.png" alt="UCS Inventor.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I opened that with Navisworks, and the orientation matched.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UCS Navisworks (open ipt).png" style="width: 300px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1477029i6F0A860760DF92B2/image-size/small?v=v2&amp;amp;px=200" role="button" title="UCS Navisworks (open ipt).png" alt="UCS Navisworks (open ipt).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I open the FBX file in Fusion the coordinate system seems to be rotated about the Z axis.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UCS Fusion (fbx open).png" style="width: 300px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1477032i7D8D66044A539D7C/image-size/small?v=v2&amp;amp;px=200" role="button" title="UCS Fusion (fbx open).png" alt="UCS Fusion (fbx open).png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Using the 'Right Hand Rule', we know the model has been rotated +90Deg around Z.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="right hand rule.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1477033iB14B4222C33F29CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="right hand rule.png" alt="right hand rule.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;I checked the file options in Navisworks, and the up Orientation is set to Z, changing this to Y had no effect on the exported model orientation (as expected).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Navisworks-file options-orientation.png" style="width: 300px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1477034i89A46DE5F6C83E2E/image-size/small?v=v2&amp;amp;px=200" role="button" title="Navisworks-file options-orientation.png" alt="Navisworks-file options-orientation.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, changing the North direction in the Navisworks File Options to X cased the model to rotate about x 90 and y 180, or some other combo, to get Y as the up direction?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UCS Fusion (x north).png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1477041iA4535871DD157B7A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="UCS Fusion (x north).png" alt="UCS Fusion (x north).png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I tired a bunch of combination of these values and none of them resulted in matching coordinates. (UZ,N-X UY,NX, UX,NY UY,NZ...)&lt;BR /&gt;&lt;BR /&gt;Ok, fine. I'll just transform the model in Navisworks -90Z prior to the export. Also, I think the directions could use labels in this editor.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Transform Model in Navisworks.png" style="width: 300px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1477056iA5BD69F1962F58C3/image-size/small?v=v2&amp;amp;px=200" role="button" title="Transform Model in Navisworks.png" alt="Transform Model in Navisworks.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Nope, got this. &lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UCS Fusion (transform rotation -90Z).png" style="width: 300px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1477058i5B219DE8B5639332/image-size/small?v=v2&amp;amp;px=200" role="button" title="UCS Fusion (transform rotation -90Z).png" alt="UCS Fusion (transform rotation -90Z).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Clearly the coordinate system embedded int the FBX file is something that fusion is interpreting differently. I also tried using the other versions and ASCII type of FBX on export.&lt;BR /&gt;&lt;BR /&gt;I think I'll just need to rotate the model in Fusion before continuing my workflow in the future as a workaround.&lt;BR /&gt;&lt;BR /&gt;Any ideas what might be happening?&lt;BR /&gt;&lt;BR /&gt;Software Versions;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_andrew_roth__0-1741804900735.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1477062i82992F9B3E430511/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_andrew_roth__0-1741804900735.png" alt="_andrew_roth__0-1741804900735.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_andrew_roth__1-1741804929838.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1477063iA698D28E0677CC29/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_andrew_roth__1-1741804929838.png" alt="_andrew_roth__1-1741804929838.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_andrew_roth__2-1741804965593.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1477065i6A2B973864D30465/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_andrew_roth__2-1741804965593.png" alt="_andrew_roth__2-1741804965593.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 18:44:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-forum/export-to-fbx-rotates-the-coordinate-system/m-p/13367484#M195</guid>
      <dc:creator>_andrew_roth_</dc:creator>
      <dc:date>2025-03-12T18:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Export to FBX rotates the coordinate system</title>
      <link>https://forums.autodesk.com/t5/navisworks-forum/export-to-fbx-rotates-the-coordinate-system/m-p/13369302#M196</link>
      <description>&lt;P&gt;Here is a fix for anyone that comes across this.&lt;BR /&gt;&lt;BR /&gt;If you export the FBX using the ASCII format, you can modify the file using Notepad.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Understanding the Current Settings&lt;/P&gt;&lt;P&gt;From your FBX file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;P: "UpAxis", "int", "Integer", "",0
P: "UpAxisSign", "int", "Integer", "",1
P: "FrontAxis", "int", "Integer", "",2
P: "FrontAxisSign", "int", "Integer", "",1
P: "CoordAxis", "int", "Integer", "",1
P: "CoordAxisSign", "int", "Integer", "",-1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;UpAxis = 0 → X is the up axis.&lt;/LI&gt;&lt;LI&gt;FrontAxis = 2 → Z is the forward axis.&lt;/LI&gt;&lt;LI&gt;CoordAxis = 1 → Y is the right axis.&lt;/LI&gt;&lt;LI&gt;CoordAxisSign = -1 → Left-handed system (opposite of right-handed).&lt;/LI&gt;&lt;LI&gt;OriginalUpAxis = -1 → Unknown or unset.&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;P&gt;How to Fix the Rotation&lt;/P&gt;&lt;P&gt;Since Fusion 360 expects Y as Up (UpAxis = 1, FrontAxis = 2, Right-Handed Coord System), update these lines:&lt;/P&gt;&lt;P&gt;Change to Fusion’s Expected Orientation (Y-Up)&lt;/P&gt;&lt;P&gt;Modify the file as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;P: "UpAxis", "int", "Integer", "",1
P: "UpAxisSign", "int", "Integer", "",1
P: "FrontAxis", "int", "Integer", "",2
P: "FrontAxisSign", "int", "Integer", "",1
P: "CoordAxis", "int", "Integer", "",0
P: "CoordAxisSign", "int", "Integer", "",1
P: "OriginalUpAxis", "int", "Integer", "",1
P: "OriginalUpAxisSign", "int", "Integer", "",1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Explanation of Fix:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;UpAxis = 1 → Y-up (instead of X-up).&lt;/LI&gt;&lt;LI&gt;FrontAxis = 2 → Z-forward (keeps front facing correctly).&lt;/LI&gt;&lt;LI&gt;CoordAxis = 0 → X is right.&lt;/LI&gt;&lt;LI&gt;CoordAxisSign = 1 → Right-handed coordinate system (Fusion 360 default).&lt;/LI&gt;&lt;LI&gt;OriginalUpAxis = 1 → Helps some software interpret the correct original orientation.&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;P&gt;Next Steps&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Edit the FBX file in a text editor (Notepad++, VS Code, etc.).&lt;/LI&gt;&lt;LI&gt;Save the changes.&lt;/LI&gt;&lt;LI&gt;Reimport into Fusion 360 and check the orientation.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This should correct the +90° Z rotation issue.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_andrew_roth__0-1741881245902.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1477463i202E02530A0289AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_andrew_roth__0-1741881245902.png" alt="_andrew_roth__0-1741881245902.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 15:57:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-forum/export-to-fbx-rotates-the-coordinate-system/m-p/13369302#M196</guid>
      <dc:creator>_andrew_roth_</dc:creator>
      <dc:date>2025-03-13T15:57:35Z</dc:date>
    </item>
  </channel>
</rss>

