Any Sub-Contract Programmers to write a "Addin" for Inventor?

Any Sub-Contract Programmers to write a "Addin" for Inventor?

isocam
Collaborator Collaborator
427 Views
2 Replies
Message 1 of 3

Any Sub-Contract Programmers to write a "Addin" for Inventor?

isocam
Collaborator
Collaborator

Can anybody help??

 

I need an "addin" writing, for "AutoDesk Inventor" to run a VBA macro on either "SAVE" or "CLOSE" of a ipt, idw or iam file.

 

Is anybody interested in wirting the program for me?

 

If so can you please give me an indication of cost???

 

Thanks in advance!!!

 

Darren

0 Likes
428 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable

Hello isocam,

 

 

I regularly write addins for companies.

Could you mail me a bit more details? info AT cadkunde DOT nl

Then I can be more specific about the costs

 

 

Kind Regards,

 

 

Arnold van der Veen

0 Likes
Message 3 of 3

matt_jlt
Collaborator
Collaborator

If you want to look into doing it yourself (the tutorials are fairly straight foreward) , it's pretty much done for you on Brian Ekins blog

 

http://modthemachine.typepad.com/my_weblog/2013/07/add-in-with-event-example-to-replace-auto-run-mac...

 

Also, depending on the version of inventor you are running, this could be done very easily by using an external iLogic rule that runs a macro for you, I would recommend this as you are able to maintain / change the code yourself.

 

InventorVb.RunMacro("projectName", "moduleName", "macroName")

 

I think someone has already made an addin that allows you to choose macros to autorun. Cant remember where it is or what it was called so not very helpful, but I know it out in the internet somewhere 😉

 

If you really want an addin, let me know and I might be able to make one for you if you are using Inventor 2014/2015. Should only take a few minutes If it's just an autorun.

 

Regards, Matt.

 

0 Likes