Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

OnIdle event

2 REPLIES 2
Reply
Message 1 of 3
rohitchavan123
239 Views, 2 Replies

OnIdle event

While displaying animation in autodesk inventor 2012, inventor window get frozen. Is there any solution to this problem like onIdle event where we can do the calculation for what next animation shown???

2 REPLIES 2
Message 2 of 3

There isn't such event exposed directly by the Inventor API itself. 
You may try either to use a timer callback to run periodly, or use a separate thread to do other work.

Barbara Han
Developer Technical Services
Autodesk Developer Network
Message 3 of 3

Thanks a lot!! I have done it using threads and its working Man Very Happy

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report