Develop Autodesk Inventor Addin Using C# - Part 5

Tagged Under : , , , ,

Posted in Autodesk Inventor, CAD, Inventor Customization by rajeev


Watch High Resolution Video at AR-CAD

Summary: How to Add extra buttons to already existing Addin Command Bar.

This is in continuation of my earlier posts on Developing Inventor Addins using C# Part1, Part2, Part3 and Part4. In our last screencast, I had explained how to replicate assembly tree view inside our addin command dialog. We go a step further and interact with the opened Assembly document / file.

In this ScreenCast, we mainly deal with How to add another button to our existing addin command bar. By clicking on that button, a form would show up. We use SelectSet method of Inventor to capture user Selections. In screencasts to follow, we would try to explore how InteractionEvents can be used in place of SelectSet.

Upon selecting an ocurrence (Part/ Sub-assembly), the label in our Form is changed to its Display Name. Its not a big deal though, but atleast we are heading in the right direction.

Would love to hear any feedback in the form of comments.

Leave a Reply