04-10-2019
05:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-10-2019
05:49 AM
Do you use balloons to call out all the parts in your drawings? You can just open the BOM editor in the drawing and see the parts that don't have a balloon attached.
Other than that there are 2 ways to get the code written. Either you go through each view representation at a time and generate a list of invisible parts and then filter through each list to find the parts in every one. Or you can go through each part at a time and see if it's invisible in every view rep. I think the former method would be faster unless you have hundreds of view reps, I'll come up with a code example at some point today that should work.