Drawing view doesnt UPDATE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
In the drawing, I have 3 sheets. The rule works in such a way that when changing elements and parts in the assembly, the drawing should update and add balloons to the elements that appear. The problem is that it tries to add balloons on a sheet other than the first one, and on those sheets, I get an error that a certain edge doesn't exist. This is because the drawing hasn't updated yet. Only views on the first sheet are updating. When I check the UpToDate property, it appears that only views on the first sheet have True, while all views on other sheets have False. I've already tried:
oDoc.Update oDoc.Update2 ThisApplication.ActiveDocument.Update ThisApplication.ActiveDocument.Update2 InventorVb.DocumentUpdate()
None of these elements work. If I manually trigger the rule again, then it works fine. At this point, the rule is triggered during 'Drawing view change'. Do you have any idea?