10-19-2016
04:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-19-2016
04:44 AM
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.