11-03-2017
02:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-03-2017
02:21 AM
Hi @Anonymous,
Try to add the following C# code after every update() API call.
Inventor.Application m_inventorApplication;
m_inventorApplication = (Inventor.Application)System.Runtime.InteropServices.Marshal.GetActiveObject("Inventor.Application");
m_inventorApplication.UserInterfaceManager.DoEvents();
The DoEvents() API call will allow the Inventor to complete its update and then back to the Inventor to proceed.
Please feel free to contact if there is any queries.
Thanks and regards,
CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network
