This sample is a .NET standalone application that demonstrates the use of Inventor Design Automation along with iLogic capabilities. It launches a UI that allows the user to select the desired configuration and then preview it in the Viewing Pane. The user also has the option to download it to his local drive as an Inventor Part file (.ipt).
This sample contains the Inventor addin project as well as the input part file containing the iLogic code which is automatically triggered when the parameters are changed using Design Automation for Inventor.
- Create a Forge account, as you will need the key and secret for running the app. Refer this tutorial for more details.
- Inventor 2019 API's: Required to make any modifications to the plugin if required.
- Visual Studio
- knowledge of C#
- Clone or download this project.
- Add to your env. variables
- FORGE_CLIENT_ID
- FORGE_CLIENT_SECRET
- Build and run the solution
- Select the desired options and click on Preview. The result model would then be displayed in the Viewing Pane. Click on Download to download the file to local drive. The file is saved to the current user's Documents folder by default.
This sample is licensed under the terms of the MIT License. Please see the LICENSE file for full details.
Sajith Subramanian, Forge Partner Development