# FE meshed models to be opened in 3D Slicer

**URL:** https://discourse.slicer.org/t/fe-meshed-models-to-be-opened-in-3d-slicer/1311
**Category:** Support
**Created:** [October 27, 2017, 5:54pm UTC](https://discourse.slicer.org/t/fe-meshed-models-to-be-opened-in-3d-slicer/1311 "2017-10-27T17:54:52Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![HarishRRao](https://avatars.discourse-cdn.com/v4/letter/h/ee7513/32.png) [@HarishRRao](https://discourse.slicer.org/u/HarishRRao)
#### Post date: [October 27, 2017, 5:54pm UTC](https://discourse.slicer.org/t/fe-meshed-models-to-be-opened-in-3d-slicer/1311/1 "2017-10-27T17:54:52Z")

</div>

I intend to use 3D Slicer to generate patient specific models from CT/MRI as input. I have a FE meshed model already created in LS DYNA which I want to morph so I don’t have to go through the model and mesh generating process again. Is there a way to open this meshed model in 3D Slicer?

Thanks and Regards,  
Harish R Rao

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [October 27, 2017, 6:56pm UTC](https://discourse.slicer.org/t/fe-meshed-models-to-be-opened-in-3d-slicer/1311/2 "2017-10-27T18:56:52Z")

</div>

Currently, Slicer can read volumetric meshes from VTK unstructured grid (.VTU) files only.

Probably the easiest for now is to load your LS-Dyna d3plot files to ParaView and from there save as .vtu file (see details here: [https://www.paraview.org/Wiki/ParaView:FAQ](https://www.paraview.org/Wiki/ParaView:FAQ)).

If this additional conversion step disrupts your workflow then you can load the LS-Dyna file in Slicer using a few lines of Python code (reader=vtk.vtkLSDynaReader(), read the file, create a model node, and set the imported mesh as input).

---

<div class="post-metadata">

### Author: ![HarishRRao](https://avatars.discourse-cdn.com/v4/letter/h/ee7513/32.png) [@HarishRRao](https://discourse.slicer.org/u/HarishRRao)
#### Post date: [October 27, 2017, 10:15pm UTC](https://discourse.slicer.org/t/fe-meshed-models-to-be-opened-in-3d-slicer/1311/3 "2017-10-27T22:15:05Z")

</div>

Thanks Andras, I will give this a try!

Also as I am new to programming, could you let me know exactly where I should include the Python code in 3D Slicer?

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [October 27, 2017, 11:18pm UTC](https://discourse.slicer.org/t/fe-meshed-models-to-be-opened-in-3d-slicer/1311/4 "2017-10-27T23:18:53Z")

</div>

The Slicer programming tutorial can get you started: [https://www.slicer.org/wiki/Documentation/4.8/Training#Slicer4\_Programming\_Tutorial](https://www.slicer.org/wiki/Documentation/4.8/Training#Slicer4_Programming_Tutorial)
