Design Automation: Visual Studio Project Templates for InventorTemplatesAll the installed templates are available when creating a new project.
Design Automation for Inventor (recommended)It is a multiple project solution. There are three projects: "Debug Plugin Locally", "Plugin project" and "Interaction project". It is recommended to start with this template. WizardWizard will open once you click on "Create". It will ask you which .NET version you are targeting:
You can also fill in other info that can be changed later:
Validity of the path to your Inventor Bin folder is checked automatically. Warning icon will be shown if the path is not correct. Hover over it for more info. If you want to confirm validity of the credentials, click on the "Check credentials" button. It will try to send a request to obtain an Access Token with necessary scope. After that message box with result will be shown. Confirm by clicking "Finish" (validity is not checked). If you have chosen .NET Framework version, message telling you that the project has been modified will appear. Click on "Reload All". Debug Plugin LocallyThis project is used for debugging of a plugin. It starts a local Inventor, opens a document and runs the plugin. The project has to reference the plugin (Project → Add Reference). Use this template if you have a solution with a plugin which you need to debug (Add → New Project). Interaction projectA sample project, which allows to post app bundle, activity and work item to Design Automation services by using [.NET SDK]. By default building this project will also build Plugin project. You can change which projects you want tu build (tutorial here). Plugin projectThis template creates a new plugin which contains just the most important code. There are two variants of this project:
There is a step-by-step tutorial which demonstrates how to upload the plugin and run a workitem on the server. TutorialsBuild Plugin project with Interaction project
Change path to Inventor Bin folder
Change Credentials
Change Inventor version
Disable or Uninstall Visual Studio Project Template for InventorIf you want to disable or uninstalled Visual Studio Project Template for Inventor
Release Notes2.0.0 (02/13/2025)
|