JHurdle91 / CSharp-Inventor-Add-in-Template

Use CSharp to write add-ins for Autodesk Inventor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSharp Add-In for Autodesk Inventor ======================================

This is a template for developing add-ins for Autodesk Inventor using CSharp.

It is derived from Brian Ekins’ “Nifty Add-In Template” found here: https://ekinssolutions.com/nifty_addin_template/

I’ve tweaked the template for my own use and converted it to C# using dotPeek by jetbrains found here: https://www.jetbrains.com/decompiler/

To use this as a template:

  1. open the .sln in visual studio
  2. file > export template
  3. create new project from the template
  4. See this commit for an example of what to change if making another add-in from this template.
    • I also added an example button and command to the add-in in this commit.

About

Use CSharp to write add-ins for Autodesk Inventor

License:The Unlicense


Languages

Language:C# 100.0%