Exporting Simulation Mesh and Results from Fusion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.
When you are in a Simulation study and you have results displayed, you can type the following command to export the active result plot:
SimResults.ExportActiveResults d:\my_sim.vtu
You can of course use any path or file name you want.
If you open this in Paraview you can press Apply and it should render the mesh and results.
If you only want the mesh data, you can use this command:
SimMeshDB.Export 0 d:\my_mesh.vtu
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.
Software Architect, Fusion Simulation
Autodesk