IronPython scripting for Inventor
As an alternative to VBA and regular Python, IronPython is Python with .NET binding already built in. Visual Studio can be used as a development environment (Visual Studio Shell is free from Microsoft).
Samples
The main goal for this page is to provide a sample repository of IronPython scripts which have been converted from the VBA macros Autodesk provides in the Inventor Programmers documentation. This will give people a head start on programming Inventor using IronPython as the scripting engine. Contributor's are welcome also.