Message 1 of 2
Add In Starting Point
Not applicable
10-02-2018
01:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm working on adapting a Plugin I made for Solid Edge to Inventor. Unfortunately, I've found that the architecture of the Inventor API is completely different from that of Solid Edge, to the point that I'm confused as to where to even start. I need to create a new ribbon with several buttons on it. If I can get the ribbon and the buttons, I think I can implement the functionality I need. I've looked at the example Add In provided by the developer tools and found it confusing. For example, it creates its own Button Class and several classes that inherit from it. Is that absolutely necessary?
I need some advice on where to start with this API.
Please and Thank you.