Message 1 of 8
UserInputEvents - Problems with last Inventor 2023.3 Update
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I have some tools in an Inventor addin (written in C#) that uses UserInputEvents and InteractionEvents together. This as been working well for the 15 past years. But since update 2023.3, those tools are not working anymore. I am trying to understand where the problem comes from, but I am afraid this comes from a modification of the behavior in the API or a bug in the API.
The only thing I manage to discover is that the "OnTerminateCommand" event of the UserInputEvents is raised a soon as I started my tools. I dont know if this comes from the "InteractionEvent" .Start function or if there is nothing trigerring the event that is related to my code.
Anybody has experienced this problem ?