Export segmentation for finite element analysis

Hi, I converted my segmentation to an STL file and when I open it in a 3D viewer, the images overlap and just shows one segment. How do I save the exact same thing that appeared on my 3D slicer window? I have attached both images here.


slicer_image

STL file format cannot store multiple segments in a single file. If you want to have a single file that has the segments with different colors then you can export to OBJ file format, or you can use SlicerOpenAnatomy extension to export to glTF format.

What is your end goal? 3D printing, virtual/augmented reality visualization, quantitative analysis, …? What software do you plan to import the exported segmentation into?

End goal is to make a VR model and I would like to open it on a CAD software first, either Solidworks or Catia.

You can open OBJ and glTF files in most VR viewers. You can also view and interact with segmentations, 3D volumes, models, etc. in 3D Slicer in virtual reality (just install SlicerVirtualReality extension and click Show in virtual reality button on the toolbar). You can combine CAD models with segmentations in Slicer using Segment Editor, Dynamic modeler, and Combine models module.

What would you like to simulate surgical interventions? What procedure (pedicle screw placement, cardiac valve replacement, …)?

Okay, thank you. I will try that.

I am just trying to simulate the mechanics of a cell.

Do you plan to interact with the cell - e.g., apply external force using the VR controllers and use finite-element modeling to simulate physically realistic deformations?

Yes, we plan to do that!

I think the closest to real-time FEM simulation in Slicer is what @Sam_Horvath has developed with smtk.

I will look into that too. Thank you very much, this was helpful!

You can also generate volumetric meshes for finite element analysis (using Segment Mesher extension). You can use these mesh files directly in FEBio Studio, and you can convert the mesh by using meshio into other formats so that you can load it into other modeling software.