Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 554 Bytes

import_poly_mesh_from_arrays.rst

File metadata and controls

18 lines (11 loc) · 554 Bytes

Import Polygonal Mesh from Arrays

This example shows how to import a Polygonal 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_poly_mesh_from_arrays'

tests/example_import_poly_mesh_from_arrays.py