Part document update explanation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I think I've gotten the Inventor software crash I've been fighting for the last couple of days solved. However in doing so a bunch of trial an error ensued.
I'll attempt to keep this short, when accessing already created parameters tied to features I was having all of inventor itself crash out. Looking at the crash reports it seem to have been calling to things multiple times and failed to interact with the features(circular patterns, extrudes, etc).
Something kept telling me that updates were processing before I'd like them to, or they would process due to a change without my notice. In talking to a coworker who works on other programs and tools (Outside CAD). He suggested I turn off the automatic updates.
Once I focused into this direction I came across many different interactions or locations this can be changed.
We have a checkbox in the FX parameters "immediate update", we have Automation.SilentOperation / Automation.EnterDelayedRuleRunningMode, Also IlogicVB.UpdatewhenDone, then you have the two versions of doc.update / doc.update2, and two versions of doc.rebuild / doc.rebuild2, then you have things like screen updating that have nothing to do with the document.
Once I had clicked the checkbox in the FX parameters, and applied the IlogicVB.updatewhendone to the rules crashing the software. It seemingly had solved all my issues. Could someone explain how they interact with each other? Or an explanation of how inventor processes data and issues changes would help deepen my understanding so that I could better plan for these things in the future?