This Add-in is intented as a very simple Inventor add-in to show how to take an existing Inventor Add-in and turn it into an AppBundle as a learning excersize for AU 2018.
- Start Visual Studio 2017 or later as Administrator
- Open TurnBlueAddIn.sln in Visual Studio
- Build solution
- Copy Autodesk.ChangeParam.Inventor.addin to %PROGRAMDATA%/Autodesk/Inventor <version>/Addins
- Copy the ouptut dll in bin//ChangeParamAddIn.dll that you built in step 2 to %PROGRAMFILES%/Autodesk/Inventor <version>/Bin
- Run Inventor, you should see a Message Box stating that the Change Param add-in is enabled.
- Open a Part
- Got to the Model Tab and Modify Pane.
- Click on the "Change Param" button and it should change the "height" parameter to "1"