Fixing meshes - brendanjmeade/celeri GitHub Wiki
Some meshes require cleaning to remove redundant and ill-shaped elements. Meshlab is fantastic for visualizing and fixing meshes but doesn't support the .msh format. The basic workflow for this is:
- Convert
.msh
file to.stl
using themsh2stl.py
script (with modified (unphysical pseudo-degrees) $z$-coordinates) - Load
.stl
file into Meshlab - Update/modify/smooth mesh with Meshlab
- Save the modified .stl file from Meshlab
- Convert
.stl
to.msh
file withstl2msh.py
(with unprojection from modified (unphysical pseudo-degrees) $z$-coordinates)