10-07-2020
04:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
10-07-2020
04:14 AM
Right, the rule itself does not crash. I tried to add lines in your answer but Inventor just freezes and I have to kill it via task manager.
The problem is that when I add constraint by rule that is in conflict with another constraint, I need the iLogic rule somehow determine that and immediately exit the rule.
The document update itself takes too long if there is problem with constraint (I think that it tries to resolve all the constraints and now I have more than 1500 of them).
So is there any method how to determine if newly added constraint is in conflict with another? Or just some quicker way than document update? Maybe to check just newly added component or constraint rather than updating the whole assembly?