PyMeshTool Documentation

PyMeshTool is a Python module that provides bindings to MeshTool. PyMeshTool implements interfaces to the mesh and image structures from MeshTool through the Mesh and Image class. Each class also provides interfaces to the MeshTool modes implemented as class methods. The PyPI package can be downloaded or installed from the TestPyPi server or by running

pip install -i https://test.pypi.org/simple/ pymeshtool

in your terminal. Run

pip install --upgrade -i https://test.pypi.org/simple/ pymeshtool

to upgrade an existing installation.

Warning

This package is still under development. Function names or function arguments may change during development.

API Reference: