notebook.community
Edit and run
In [ ]: import trimesh
import trimesh
In [ ]: m = trimesh.load('../models/machinist.XAML',process=False)
m = trimesh.load('../models/machinist.XAML',process=False)
In [ ]: print(m.visual.kind)
print(m.visual.kind)
In [ ]: m.show()
m.show()