Handling SelectEvents for existing InteractionEvents

Handling SelectEvents for existing InteractionEvents

Anonymous
Not applicable
435 Views
1 Reply
Message 1 of 2

Handling SelectEvents for existing InteractionEvents

Anonymous
Not applicable

I'd like to handle SelectEvents as a user selects edges for a filleting operation using the standard fillet creation dialog box. I'm unsure of how to access the InteractionEvents object that is created automatically by Inventor when the user opens the fillet creation window.

 

I know that there are ways to start my own interactive selection process via CommandManager.CreateInteractionEvents(), but I would like to tap into the existing selection workflow that's provided by the fillet creation window.

 

Thanks,

Jeremy

0 Likes
436 Views
1 Reply
Reply (1)
Message 2 of 2

philippe.leefsma
Alumni
Alumni

Sorry, it is not possible to hook up the selection mechanism of native commands. You would have either to invoke the native command and let it go or create your own from scratch.

 

Regards,

Philippe.

 



Philippe Leefsma
Developer Technical Services
Autodesk Developer Network

0 Likes