Message 1 of 5
Get all occurrences from assembly with respect to the browser pane order
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When getting all parts and sub assemblies with 'all occurrences' it's hard to get the browser pane order.
Especially component patterns kept there place where they are created.
I'm trying to get the exact order as represented in the browser.
I'm able to do that by traverse the browser pane but then all browser modes are passed which takes too much time with a big assembly compared to use 'all occurrences'.
What is the best way to traverse the browser pane and get the parts and sub assemblies?
Or is there a smarter way to get this data in the order the browser pane is organised?