Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.03 KB

index.rst

File metadata and controls

50 lines (36 loc) · 1.03 KB

PyMeshLab

PyMeshLab is a Python library that interfaces to MeshLab, the popular open source application for editing and processing large 3D triangle meshes. Python bindings are generated using pybind11.

.. toctree::
   :maxdepth: 1

   about

Contents

.. toctree::
   :maxdepth: 1

   installation
   intro
   filter_scripts
   classes
   filter_list
   tutorials

References

Please, when using this tool, cite:

@software{pymeshlab,
  author       = {Alessandro Muntoni and
                  Paolo Cignoni},
  title        = {PyMeshLab},
  month        = jan,
  year         = 2021,
  publisher    = {Zenodo},
  doi          = {10.5281/zenodo.4438750},
  url          = {https://doi.org/10.5281/zenodo.4438750}
}