<?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: Exporting Simulation Mesh and Results from Fusion in Fusion Design, Validate &amp; Document Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/10394715#M114290</link>
    <description>&lt;P&gt;I looks like what you're doing is a machining simulation.&amp;nbsp; This post is&amp;nbsp; getting the results in about FEA simulations and exporting the deformed object(s) in a format that can be 3D printed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jun 2021 12:24:59 GMT</pubDate>
    <dc:creator>mmilleratticus</dc:creator>
    <dc:date>2021-06-16T12:24:59Z</dc:date>
    <item>
      <title>Exporting Simulation Mesh and Results from Fusion</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/9446174#M114276</link>
      <description>&lt;P&gt;We have implemented a very basic capability to export the Simulation Mesh and Results from Fusion to VTU format. This format can be viewed in tools such as Paraview.&lt;/P&gt;
&lt;P&gt;When you are in a Simulation study and you have results displayed, you can type the following command to export the active result plot:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SimResults.ExportActiveResults d:\my_sim.vtu&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can of course use any path or file name you want.&lt;/P&gt;
&lt;P&gt;If you open this in Paraview you can press Apply and it should render the mesh and results.&lt;/P&gt;
&lt;P&gt;If you only want the mesh data, you can use this command:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SimMeshDB.Export&amp;nbsp; 0&amp;nbsp; d:\my_mesh.vtu&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This should be useful for anyone who would like to implement a custom analysis or rendering that Fusion Sim cannot do. In the future we may move this from the command line to a full fledged UI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 21:57:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/9446174#M114276</guid>
      <dc:creator>mcmillr</dc:creator>
      <dc:date>2020-04-15T21:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Simulation Mesh and Results from Fusion</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/9446329#M114277</link>
      <description>&lt;P&gt;That sounds interesting and could open some interesting creative possibilities.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 23:21:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/9446329#M114277</guid>
      <dc:creator>TrippyLighting</dc:creator>
      <dc:date>2020-04-15T23:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Simulation Mesh and Results from Fusion</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/9559111#M114278</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SimResults.ExportActiveResults d:\my_sim.vtu &lt;/P&gt;&lt;P&gt;SimMeshDB.Export 0 d:\my_mesh.vtu&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;are these commands only for windows? If not, could you please let me know the changes that are required for them to work on Mac? I am unable to run them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;solved&lt;/U&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SimResults.ExportActiveResults Users/{username}/Desktop/simresults.vtu&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 00:59:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/9559111#M114278</guid>
      <dc:creator>dnaikM5JKG</dc:creator>
      <dc:date>2020-06-04T00:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Simulation Mesh and Results from Fusion</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/9560135#M114279</link>
      <description>&lt;P&gt;Sorry about that, it seem that manually typing the paths on Mac is a little tricky and when the path has a forward slash at the beginning it doesn't recognize the path. If you leave the forward slash off it seems to assume it and the file is written as expected. I will look into whether this can be improved, and perhaps also provide better help for the command with example paths.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 12:19:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/9560135#M114279</guid>
      <dc:creator>mcmillr</dc:creator>
      <dc:date>2020-06-04T12:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Simulation Mesh and Results from Fusion</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/9560811#M114280</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/447061"&gt;@mcmillr&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 16:28:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/9560811#M114280</guid>
      <dc:creator>dnaikM5JKG</dc:creator>
      <dc:date>2020-06-04T16:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Simulation Mesh and Results from Fusion</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/9644304#M114281</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to export my results to vtu file and i got this error message&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: In E:\.conan\a99cb3\1\source_subfolder\IO\XML\vtkXMLWriter.cxx, line 839&lt;BR /&gt;vtkXMLUnstructuredGridWriter (0000025591BB8530): Error opening output file "c:\my_sim.vtu"&lt;/P&gt;&lt;P&gt;ERROR: In E:\.conan\a99cb3\1\source_subfolder\IO\XML\vtkXMLWriter.cxx, line 842&lt;BR /&gt;vtkXMLUnstructuredGridWriter (0000025591BB8530): Error code "Permission denied"&lt;/P&gt;&lt;P&gt;ERROR: In E:\.conan\a99cb3\1\source_subfolder\Common\ExecutionModel\vtkExecutive.cxx, line 784&lt;BR /&gt;vtkCompositeDataPipeline (00000255F0B3C490): Algorithm vtkXMLUnstructuredGridWriter(0000025591BB8530) returned failure for request: vtkInformation (00000255EFC2A220)&lt;BR /&gt;Debug: Off&lt;BR /&gt;Modified Time: 2606&lt;BR /&gt;Reference Count: 1&lt;BR /&gt;Registered Events: (none)&lt;BR /&gt;Request: REQUEST_DATA&lt;BR /&gt;ALGORITHM_AFTER_FORWARD: 1&lt;BR /&gt;FORWARD_DIRECTION: 0&lt;BR /&gt;FROM_OUTPUT_PORT: -1&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 11:21:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/9644304#M114281</guid>
      <dc:creator>nlmn.vn</dc:creator>
      <dc:date>2020-07-20T11:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Simulation Mesh and Results from Fusion</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/9644530#M114282</link>
      <description>&lt;P&gt;You don't have write permission to the root of C:, you either need to run Fusion as an administrator or choose a folder where you have write permissions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2020 13:34:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/9644530#M114282</guid>
      <dc:creator>mcmillr</dc:creator>
      <dc:date>2020-07-20T13:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Simulation Mesh and Results from Fusion</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/9648159#M114283</link>
      <description>&lt;P&gt;solved&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 02:01:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/9648159#M114283</guid>
      <dc:creator>nlmn.vn</dc:creator>
      <dc:date>2020-07-22T02:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Simulation Mesh and Results from Fusion</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/9779195#M114284</link>
      <description>&lt;P&gt;Just to clarify, these commands are entered in the TEXT COMMAND window which is shown using "File &amp;gt; View &amp;gt; Show Text Commands". Then,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="text command export result.png" style="width: 432px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/826106i50167894CD95F7B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="text command export result.png" alt="text command export result.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Set "Txt" as the language type.&lt;/LI&gt;
&lt;LI&gt;Enter the command as given in Rob's original post (with the Windows format) or replies (with the Mac format).&lt;/LI&gt;
&lt;/OL&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;</description>
      <pubDate>Thu, 01 Oct 2020 15:58:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/9779195#M114284</guid>
      <dc:creator>John_Holtz</dc:creator>
      <dc:date>2020-10-01T15:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Simulation Mesh and Results from Fusion</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/9781156#M114285</link>
      <description>&lt;P&gt;Does this mean there is a way to export a deformed part and 3D print that prediction?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 15:10:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/9781156#M114285</guid>
      <dc:creator>mmilleratticus</dc:creator>
      <dc:date>2020-10-02T15:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Simulation Mesh and Results from Fusion</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/9807674#M114286</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6607531"&gt;@mmilleratticus&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What this post means is that you can output the undeformed mesh and whatever result contour you are viewing to a VTU file format.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;It looks to me that the coordinates of the nodes are given in the file. If you want to export the X, Y, and Z displacements separately and use those results to manually update the coordinates of the nodes, then you would have a deformed mesh.&lt;/LI&gt;
&lt;LI&gt;If you have software that can create a 3D print using the VTU file, then you can 3D print it.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 17:35:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/9807674#M114286</guid>
      <dc:creator>John_Holtz</dc:creator>
      <dc:date>2020-10-16T17:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Simulation Mesh and Results from Fusion</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/10394522#M114287</link>
      <description>&lt;P&gt;Whilst performing a simulation action I enter "SimMeshDB.Export 0 d:\my_mesh.vtu" into the command line, as specified above.&lt;BR /&gt;The response is "This command works only in a Simulation asset."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My intention is to be able to export a 3d model of the stock mid-toolpath at various stages, preferably as obj or stl.&lt;BR /&gt;&lt;BR /&gt;Attached is a screenshot.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 11:09:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/10394522#M114287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-16T11:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Simulation Mesh and Results from Fusion</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/10394539#M114288</link>
      <description>&lt;P&gt;Found&amp;nbsp; a way to export stock mid-toolpath by Right Clicking &amp;gt; Stock &amp;gt; Save Stock. Very easy, in case anyone's interested.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 11:21:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/10394539#M114288</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-16T11:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Simulation Mesh and Results from Fusion</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/10394690#M114289</link>
      <description>&lt;P&gt;Heck yeah I'm interested!&amp;nbsp; If it doesn't work I'll buy you a beer for trying....ten if it does.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 12:17:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/10394690#M114289</guid>
      <dc:creator>mmilleratticus</dc:creator>
      <dc:date>2021-06-16T12:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Simulation Mesh and Results from Fusion</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/10394715#M114290</link>
      <description>&lt;P&gt;I looks like what you're doing is a machining simulation.&amp;nbsp; This post is&amp;nbsp; getting the results in about FEA simulations and exporting the deformed object(s) in a format that can be 3D printed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 12:24:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/10394715#M114290</guid>
      <dc:creator>mmilleratticus</dc:creator>
      <dc:date>2021-06-16T12:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Simulation Mesh and Results from Fusion</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/10401690#M114291</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6607531"&gt;@mmilleratticus&lt;/a&gt;&amp;nbsp;you owe me 10 beers then! Worked well, just need to find a way of exporting the milled stock frame by frame. any ideas? Apologies for hijacking another post with my question&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 15:37:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/10401690#M114291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-18T15:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Simulation Mesh and Results from Fusion</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/10408903#M114292</link>
      <description>&lt;P&gt;I'll buy the first 10 and you buy the second 10.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I understand what you're doing, that might be a job for an software app/script?&amp;nbsp; I have zero experience with app writing.&amp;nbsp; I kinda wish I did now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check this out:&amp;nbsp;&lt;A href="https://help.autodesk.com/view/fusion360/ENU/?caas=caas/video/youtube/watch-v-Roe2TRBY6Ko.html" target="_blank"&gt;https://help.autodesk.com/view/fusion360/ENU/?caas=caas/video/youtube/watch-v-Roe2TRBY6Ko.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck!&amp;nbsp; Let me know how this evolves.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 19:06:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/10408903#M114292</guid>
      <dc:creator>mmilleratticus</dc:creator>
      <dc:date>2021-06-21T19:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Simulation Mesh and Results from Fusion</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/10603688#M114293</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="charlesmarvicquito_0-1630960612135.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/961932iB57A9B2DEB25B6F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="charlesmarvicquito_0-1630960612135.png" alt="charlesmarvicquito_0-1630960612135.png" /&gt;&lt;/span&gt;It says No active presentation&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 20:37:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/10603688#M114293</guid>
      <dc:creator>charlesmarvic.quito</dc:creator>
      <dc:date>2021-09-06T20:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Simulation Mesh and Results from Fusion</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/10605351#M114294</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11340791"&gt;@charlesmarvic.quito&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This command only works in the Simulation workspace and probably only works on the stress analysis types. It may not work for Electronics Cooling or Plastic Injection Molding (both of those are Preview at this time and may not be shown on your computer depending on the choices you set "Preferences &amp;gt; Preview Features").&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;What Study Type do you have set?&lt;/LI&gt;
&lt;LI&gt;What is the maximum displacement in your results?&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 07 Sep 2021 12:31:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/10605351#M114294</guid>
      <dc:creator>John_Holtz</dc:creator>
      <dc:date>2021-09-07T12:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Simulation Mesh and Results from Fusion</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/10615778#M114295</link>
      <description>Hi! It is for my Laboratory exercise which is about simulation of four bar mechanism and data extraction in fusion 360. I am done with the simulation but the problem is, I need to extract (x, y) coordinate data of the joints.</description>
      <pubDate>Sat, 11 Sep 2021 17:41:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/exporting-simulation-mesh-and-results-from-fusion/m-p/10615778#M114295</guid>
      <dc:creator>charlesmarvic.quito</dc:creator>
      <dc:date>2021-09-11T17:41:33Z</dc:date>
    </item>
  </channel>
</rss>

