Message 1 of 9
Parameter change won't trigger rule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So it's actually a very simple rule
I have Parameters BreedteAanslag, BreedteChassisAchter, BreedteMontageOnder. I put these equations in the Parameters tab BreedteAanslag = BreedteChassisAchter - 23 mm and BreedteMontageOnder = BreedteChassisAchter - 38 mm.
The rule I want to trigger is to limit the range of BreedteChassisAchter
If BreedteChassisAchter < 418 Then BreedteChassisAchter = 418 ElseIf BreedteChassisAchter > 1000 Then BreedteChassisAchter = 1000 End If
as seen here. If I change the parameter to something like 300, it will still accept this value unless I run the rule manually and then it jumps back to 418. I have tried adding an Appy button to the form and I believe parameter changes are part of the event triggers. Windows 10 / Inventor 2019.