Message 1 of 5
Not applicable
12-13-2012
09:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Below is a link to a github repo that has a code example showing how to embed an IronPython engine inside a C# addin. It is the same as the "SimpleAddIn" that comes with the SDK, only with the logic part of the addin factored out into IronPython. I could never find anything on using IronPython with Inventor so I'm posting this for any others that might be interested.
The main reason for doing this is to speed up development time. Edits related to the python code do not require the cycle of shutting down Inventor, compiling, restarting etc. More detail is in the readme.
https://github.com/frankfralick/InventorAddIns
@frankfralick
Solved! Go to Solution.
