Message 1 of 6
Shared Nested families within a Selection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an add-on that loops through selected components with this code.
foreach (Element ele in sel.Elements)
I'm only getting the parent family information in my selection.
Is there a way to retreive the nested components?