Model States, Suppression, and Component Rules Oh My
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
What's the recommend workflow for large assembly configurations using suppression?
Running a configuration will unsuppressed parts via iLogic. That's great but the rules of those resumed parts are not being triggered even when the rule triggers are set.
In an assembly I have two parts, A and B.
The configurations can be A or B but not both.
Parts A and B have derived parameters in them and they are acting like triggers in those part rules.
When toggling the suppression of the parts the rules do not run.
I was expecting that when a part is resumed, inventor would recognize this and do whatever it does when you open a part; run rules that have the appropriate triggers.
Consider this - If part A contains a parameter 'test' and part B derives that parameter from part A. Part B contains a rule that displays a message box when ran. Msgbox(test).
Without anything else in session, open part A and change it's value for test. Next open part B and you will notice that the rule runs.
Compare that to working in an assembly with those same parts A and B.
Save the assembly with part B suppressed. Close and open that assembly, change the parameter test in part A to some other value, and unsuppressed part B.
What do you expect to happen when part B is resumed? Nothing? Or would you want it to update and run any appropriately triggered rules?