How to Get Started on Drawing Automation

This is the final part of the 3 part series on Drawing Automation. Check out this review to understand the past trainings and the next steps that we will cover in this blog. In the first webinar session of this series, we went over how to get started with Visual Studio. Our second session walks through how to create basic geometry in Inventor […]
See the full story

Connecting Visual Studio and Autodesk Inventor for Add-ins

Using iLogic within an Inventor part can unlock many opportunities for automation. However, at some point the requirements of your desired automation outcome surpass what iLogic was designed to do.  This is when you need to leverage a full IDE like Visual Studio.  A great way to do that is by creating an Add-in. Getting […]
See the full story

Tech Tip: Multi-Value Parameters and Select Case Logic

Multi-Value parameters paired with a simple select case in an iLogic rule can be a very powerful tool for simple configurations inside parts. Below are steps to switch from different shapes of holes at a click of a button. This can be expanded upon to create more complex and adaptive parts. Step 1 The first […]
See the full story