Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 484 Bytes

get_mesh_values.rst

File metadata and controls

19 lines (12 loc) · 484 Bytes

Get Mesh Values

This example shows how to extract information like vertex coordinates or vertex index incident to a face from a Mesh contained in a MeshSet, through numpy arrays.

This script can be executed by running the following command:

pytest --pyargs pymeshlab -k 'get_mesh_values'

tests/example_get_mesh_values.py