How to query information of a node in a `A3DTree`

The official docs offer an explanation on how to perform a tree traversal of the tree hierarchy.

Say that I have a way to identify an object/node, for example through its name. One could use the example linked above to perform a graph search until one finds the the node whose name matches the name.

Is there a more direct way of finding a node in the hierarchy? A higher level function where you can directly describe the node you want to find?

Hello Camilo,
The A3DTree API has been added to help users traverse the model tree. Unfortunately, there is no function yet to select a node based on its name.
We’re working internally on several new samples, and this topic is part of that work. We hope to start integrating them into the package during 2025.
Best regards
Yannick

2 Likes

Thank you very much for the answer!