Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
philip1009
in reply to: CAD-One

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.