I've read the documentation and searched the internet, however, couldn't reach any useful information.
I'm loading a mesh from file into python using:
import numpy
from stl import mesh
tank = mesh.Mesh.from_file('tank.stl')
Now I need to extract faces of this tank model, any help appreciated, thanks in advance!
With the package trimesh: