Is there a way to display all hierarchy levels in a layout, for example in text format? I’d like to see all attached components listed in one place in Visual Components, or export the hierarchy to a text file.
For example, I have a quite big robot cell where are multiple child-parent connections. Is there a way to show all of these without clicking all the separate components in the layout?
The Inspector Add-on includes display of the simulation node hierarchy as tree structure.
For custom text output you are best off creating a Python command or even a Python script that iterates through the vcNode hierarchy and then outputs the information you want in desired format.