How to control mesh size on the boundary

HI ALL,

After segmentation and exporting the volume, I need to mesh it using Gmsh. My problem is that in the stl fine, the size of triangles on the outer surface of the volume is so small (even on the flat surfaces). So even though in Gmsh I changed the size of volume elements to a courser value, it keeps the size of boundary surface elements the same as the stl input file (see the attached image)

I appreciate any suggestion to solve this.

Thank you.

Zahra

Hi @ZSoltani - Try using the Surface Toolbox to reduce the complexity of the surface mesh.

https://slicer.readthedocs.io/en/latest/user_guide/modules/surfacetoolbox.html#uniform-remeshing

image

Thank you @pieper! That was very helpful. Below is the image after applying this technique.

Thanks,

Zahra