Especially when working with different (nested) model states this results in a quite un-intuitive mess more often than not.
To my understanding:
- Uncheck Visibility: Component is still loaded and calculated in memory, but can not be seen
- Check Suppress: Component is not loaded nor caclulated (and of course can not be seen)
→ If it is not calculated, why are the attached constraints still un-suppressed then (occasionally worsening the resolve of the CSP [constraint satisfaction problem] for no reason)?
Current Behaviour:
When a component gets suppressed, all the attached constraints stay un-suppressed and Inventor fails quite frankly to solve some of these.
Expected behaviour:
When a component gets suppressed, all the attached constraints should be suppressed too (by default or at least by choice).
Note: If I wanted constraints of suppressed components still to be resolved and just wanted to get rid of the components appearance, I would just choose visibility for that, not suppress.