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

I would put an Exit For into the "For Each oFace..." cycle once the first face appearance is found. No need to check the rest of the faces I guess, it's pretty slow.

Another approach what might work is: purge all unused appearances in the main assembly INCLUDING all occurrences. then only go through all documents and check if the appearance is still in there - meaning it is used somewhere in the part. This should be much faster than going through faces I think.