# Save Model with Mesh Quality applied

**URL:** https://discourse.paraview.org/t/save-model-with-mesh-quality-applied/9836
**Category:** ParaView Support
**Created:** [June 17, 2022, 12:36pm UTC](https://discourse.paraview.org/t/save-model-with-mesh-quality-applied/9836 "2022-06-17T12:36:17Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Lukas\_Peter](https://discourse.paraview.org/user_avatar/discourse.paraview.org/lukas_peter/32/9406_2.png) [@Lukas\_Peter](https://discourse.paraview.org/u/Lukas_Peter)
#### Post date: [June 17, 2022, 12:36pm UTC](https://discourse.paraview.org/t/save-model-with-mesh-quality-applied/9836/1 "2022-06-17T12:36:17Z")

</div>

Hello all,  
I am a complete beginner when it comes to Paraview and generally 3D modeling, meshing, etc. I am currently working on a university project where we need to display the mesh quality of different 3D models on a website. The 3D models are available as STL, is there somehow the possibility to save the filter “Mesh quality” as 3D object?  
Thanks a lot!

---

<div class="post-metadata">

### Author: ![Joachim\_P](https://discourse.paraview.org/user_avatar/discourse.paraview.org/joachim_p/32/9596_2.png) [@Joachim\_P](https://discourse.paraview.org/u/Joachim_P)
#### Post date: [July 8, 2022, 11:56am UTC](https://discourse.paraview.org/t/save-model-with-mesh-quality-applied/9836/2 "2022-07-08T11:56:58Z")

</div>

Lukas,  
You can always use `File/Save Data...` to save the mesh. However, depending on the chosen file format, the many data arrays that contains the mesh quality values will be saved or not. Indeed, most 3D file formats only consider graphical features like colors, textures coordinates or normals, of course this is not the case of scientific visualization formats (like VTK, XDMF, etc.). So if you want to export a set of mesh colored with a given array, I fear there is no such feature in ParaView - but it could be added through the development of a plugin.  
Hope this helps,  
J.
