A python module for manipulating .mesh files
Just jump to the Cheatsheet, or visit the Related page
import msh
# Import, modify and save a .mesh as .vtk file
mesh = msh.Mesh("myFile.mesh")
mesh.readSol("myFile.sol")
mesh.replaceRef(2,3)
mesh.scale(0.1)
mesh.writeVTK("myFile.vtk")
Adds useful mesh manipulation options and interfaces:
- tetgen
- mmgTools
- ISCDtoolbox
- cork boolean operations
- super4PCS
- Metis
- Easy baking between high res and low resolution meshes
- Efficient local registration with the Iterative Closest Point
- Fast animation loading (from a sequence of meshes)