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

The easy thing to do if you change the visibility multiple times during an active open inventor session is to run your rule, grab all the Occurrences and have those links stored in memory until the program is ran again.

 

I do a ton of external apps connecting to inventor and Its easy to store that group in a component occurrence collection then re-run the rule for only that smaller occurrence group so i don't have to re-scan the entire assembly for those same documents. However, if the program or inventor is closed, those links are lost.

 

Im afraid even if you did group them in a rule/Group, Inventor will still have to cycle every part in the assembly behind the scenes to change the visibility. In my eyes, the only way speed up the process is to limit the group that is being scanned from the entire assembly, to a smaller group that has already been collected from a previous run. Or maybe a Design View Rep if thats possible.