API Reference#
These are the two public classes that expose the meshfix API to Python. The
pure Python python class is MeshFix, which requires pyvista for some of
its features. The lower level cython extension of meshfix is PyTMesh, which
does not require pyvista for any of its
functionality.
|
Clean and tetrahedralize surface meshes using MeshFix. |
|
Mesh repair and cleaning class. |
Lower level convenience methods that expose the lower level functionality of meshfix without using pyvista.