Message 1 of 13
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys, I trying to figure out how to update a View (Model file) within a drawing while running some iLogic code.
The iLogic code I'm running, inside the drawing, changes some parameter sizes in the referenced model. However, these changes do not update the drawing view. I have tried things like:
iLogicVb.UpdateWhenDone = True
and
InventorVb.DocumentUpdate()
However, this only works if the drawing as a whole needs updated (as far as my understanding goes).
Right clicking on the View and updating is the only way I can get it to work but as I want the whole process to be automated, obviously this is no use. Any ideas?
Thanks in advance!
Solved! Go to Solution.