Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 391 Bytes

load_mesh.rst

File metadata and controls

18 lines (11 loc) · 391 Bytes

Load Mesh

This script shows how to load a mesh in a :ref:`meshset`, and how the MeshSet stores internally all the meshes.

This script can be executed by running the following command:

pytest --pyargs pymeshlab -k 'load_mesh'

tests/example_load_mesh.py