CRI ADX  Last Updated: 2024-07-17 10:47 p
Object acquisition and list operation

In the previous tutorials, the target object was obtained by tracing the hierarchy from the root of tree structure.
This tutorial describes another method to get objects in a batch.

  • Get all objects of the same type from the entire hierarchy below a certain object
  • Get all objects of the same type from only one layer (child layer) below a certain object
  • Get the selected object in the GUI in a batch

The advantage of these methods is that you do not need to know the tree structure of the project when getting the object(s).