In [ ]:
import trimesh

In [ ]:
m = trimesh.load('../models/machinist.XAML',process=False)

In [ ]:
print(m.visual.kind)

In [ ]:
m.show()