Skip to content
This repository has been archived by the owner on Dec 25, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 870 Bytes

README.org

File metadata and controls

19 lines (14 loc) · 870 Bytes

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.