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.
.. autosummary::
:toctree: _autosummary
:template: custom-class-template.rst
pymeshfix.MeshFix
pymeshfix.PyTMesh
Lower level convenience methods that expose the lower level
functionality of meshfix without using `pyvista `__.
.. autosummary::
:toctree: _autosummary
pymeshfix.clean_from_file
pymeshfix.clean_from_arrays