Reg. .NET API in Autodesk Inventor

Reg. .NET API in Autodesk Inventor

Anonymous
Not applicable
387 Views
1 Reply
Message 1 of 2

Reg. .NET API in Autodesk Inventor

Anonymous
Not applicable

Hi,

 

In AutoCAD there are two types of API available as listed below ::

 

1. COM API

2 .NET API

 

So in  Inventor are there any .NET API available ?

 

because the api named "Autodesk.Inventor.Interop.dll" is a COM API.

0 Likes
388 Views
1 Reply
Reply (1)
Message 2 of 2

ekinsb
Alumni
Alumni

Inventor exposes a COM API.  However, Microsoft provides utilities to create .Net wrappers over a COM API to allow the API to be used by .Net languages.  This works very good and is what most people are using now to write add-ins for Inventor.  The exception to this is those using C++ where it's still easier to use the COM API.


Brian Ekins
Inventor and Fusion 360 API Expert
Mod the Machine blog
0 Likes