List all meshes of an object to wireframe

Hi,

I want all the meshes of my object in wireframe.
How can I list them ?

https://playground.babylonjs.com/#HEW0MG#1

Thanks for your answer

You are currently only using “3512150001” which is quite deep in the hierarchy:

You could first find the root in the same way and then iterate over all the descendants:
https://playground.babylonjs.com/#HEW0MG#2

Thanks thats all I needed