In [ ]:
import trimesh

In [ ]:
mesh = trimesh.load('../models/fuze.obj')

In [ ]:
mesh.show()

In [ ]: