Finding nested structures and performing a stitching operation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
High everyone,
I'm working on a model that has about 100+ nested components.
So in my top hierarchy I have 7 component groups, in those component groups I have components or more components groups which at some point have only components. All the single components contain an Origin and Bodies group (folder).
And all the Bodies groups contain an Unstitched group.
Now I need to be able to locate/access all the unstitched groups 1 by 1 and stitch every Unstitched group.
I know this should be to hard but I couldn't find out how to find nested groups and look for all groups with a specific name.
I know I should be able to look up the name with the name attribute but I first need to be able find/access all the nested groups (folder).
I really don't feel like doing this by hand since all 7 of those original component groups have somewhere around 20 components (or nested components) in them.
More so I might easily forget one.