Based on the Design Automation for Inventor AppBundle from the learnforge.autdoesk.io site
Inventor plugin that updates 3 params of our assembly, generates a preview image and provides transformation values of each component in the assembly
- Visual Studio 2019
- Inventor 2020 required to compile changes into the plugin
This Inventor plugin requires Autodesk.Inventor.Interop reference, which should resolve from the system GAC. If not, right-click on References, then Add > References, then add it from the follwing folder: C:\Program Files\Autodesk\Inventor 2019\Bin\Public Assemblies
.
The After Build
event of the project is zipping up the neccessary files and places the zip in the forgesample\wwwroot\bundles
folder so that the web app will be able to access it and upload it when using the Configure
dialog - see UpdateIPTParam.csproj
Please review this section of the My First Plugin Tutorial.
This sample is licensed under the terms of the MIT License. Please see the LICENSE file for full details.
Adam Nagy
Developer Advocacy and Support