VB.Net addIn

VB.Net addIn

Jacques.Grobler
Advocate Advocate
496 Views
3 Replies
Message 1 of 4

VB.Net addIn

Jacques.Grobler
Advocate
Advocate

Hello Boys and Girls

 

I have been searching the web and I have not been able to find a good site that can help me create a basic Inventor 2015 addIn or dll.

Can someone please point me in a direction?

0 Likes
497 Views
3 Replies
Replies (3)
Message 2 of 4

MechMachineMan
Advisor
Advisor

Did you 

 

Check out the self-paced guide “My First Plug-in”

 

?


--------------------------------------
Did you find this reply helpful ? If so please use the 'Accept as Solution' or 'Like' button below.

Justin K
Inventor 2018.2.3, Build 227 | Excel 2013+ VBA
ERP/CAD Communication | Custom Scripting
Machine Design | Process Optimization


iLogic/Inventor API: Autodesk Online Help | API Shortcut In Google Chrome | iLogic API Documentation
Vb.Net/VBA Programming: MSDN | Stackoverflow | Excel Object Model
Inventor API/VBA/Vb.Net Learning Resources: Forum Thread

Sample Solutions:Debugging in iLogic ( and Batch PDF Export Sample ) | API HasSaveCopyAs Issues |
BOM Export & Column Reorder | Reorient Skewed Part | Add Internal Profile Dogbones |
Run iLogic From VBA | Batch File Renaming| Continuous Pick/Rename Objects

Local Help: %PUBLIC%\Documents\Autodesk\Inventor 2018\Local Help

Ideas: Dockable/Customizable Property Browser | Section Line API/Thread Feature in Assembly/PartsList API Static Cells | Fourth BOM Type
0 Likes
Message 3 of 4

Jacques.Grobler
Advocate
Advocate

Hi Justin

 

Yes I have, but this is more focused on the exe approach

0 Likes
Message 4 of 4

rjay75
Collaborator
Collaborator

For a little more focus on Addins try this. It's a little more self taught but will get you started.

1. Install the SDK Developer tools. 

2. Read the Topic "API Overviews > Creatiing An Inventor Add-In" in the API help file.

3. Open the SimpleAddIn from the SDK samples. Review this program closely. Pay attention to the StandardAddInServer class as this is the entry point the Inventor API uses to connect to your Add-In. Finally read every topic in the help file that has anything to do with what you'd like to accomplish.