05-29-2021
09:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-29-2021
09:08 PM
I used to have that problem when the option "enable background updates" for drawings is enabled. inventor just starts those background processes (something like invviewcompute.exe or so) but the macro continues to run, doesn't wait for those processes to complete. In my case, I disable this option in my macro before updating the views, then re-enable it after the pdf is exported.