Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 494 Bytes

import_mesh_from_arrays.rst

File metadata and controls

18 lines (11 loc) · 494 Bytes

Import Mesh from Arrays

This example shows how to import a Mesh from values stored in numpy arrays, and then insert the mesh in the MeshSet.

This script can be executed by running the following command:

pytest --pyargs pymeshlab -k 'import_mesh_from_arrays'

tests/example_import_mesh_from_arrays.py