Autocad vs autocad mechanical (Urgent!)

This widget could not be displayed.

Autocad vs autocad mechanical (Urgent!)

Anonymous
Not applicable

Hi,

I just finished developing an plugin for Autocad 2014 using the managed .net api

It appears that the client also want to use this addin in Autocad Mechanical 2014, but when i run netload on my dll nothing happens and my command is not available. Some googling gave me the impression that autocad mechanical only has a COM and c++ api, is that correct? is there any way i can make my code work in autocad mechanical?

 

Hope someone can give me a quick answer here!

 

Regards

 

Henrik

0 Likes
Reply
2,411 Views
20 Replies
Replies (20)

StephenPreston
Alumni
Alumni

Referring back to the initial confusion as to whether AutoCAD Mechanical has a .NET API:

 

If a product is an AutoCAD vertical, then you can take it as read that it will support the vanilla AutoCAD APIs. However, that doesn't mean there is support in a particular API for objects and features that are unique to that vertical. For example, ACA objects don't support DXF, so you shouldn't use AutoLISP to edit them. Same for some vertical specific objects and .NET.

 

And (as you have found) you should never assume that an AutoCAD vertical has the same search path/sysvar settings as vanilla AutoCAD.

 

 

 

 

 

Cheers,

Stephen Preston
Autodesk Developer Network
0 Likes