Inventor API Event

Inventor API Event

taher.basha
Enthusiast Enthusiast
424 Views
2 Replies
Message 1 of 3

Inventor API Event

taher.basha
Enthusiast
Enthusiast

Hi everyone,

 

I am trying to implement Events in inventor where i could unable to understand that what to add inventor to.

 

i mean a .addin or manifest file or how

ed40709a-bf99-473d-b7f9-4c13a9e2d20f.png

 

Can anyone please give a step by step procedure to implement it.

 

thanks in advance

0 Likes
Accepted solutions (1)
425 Views
2 Replies
Replies (2)
Message 2 of 3

Ralf_Krieg
Advisor
Advisor

Hello

 

All event related actions are normally declared in the StandardAddInServer. You can watch this video and in the Handout on site 40 is a describtion on how to declare events. It's VB but C# is similar.

 

https://www.autodesk.com/autodesk-university/de/forge-content/au_class-urn%3Aadsk.content%3Acontent%... 


R. Krieg
RKW Solutions
www.rkw-solutions.com
Message 3 of 3

JelteDeJong
Mentor
Mentor
Accepted solution

My addon "ShowFullyConstraint" is event-driven. You can find the source code on GitHub. Maybe you can use it as an example. https://github.com/hjalte79/ShowFullyConstraint/blob/master/ShowFullyConstraint/StandardAddInServer....

Jelte de Jong
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Blog: hjalte.nl - github.com