Question about the AutoCad API capabilities.

Question about the AutoCad API capabilities.

Anonymous
Not applicable
297 Views
1 Reply
Message 1 of 2

Question about the AutoCad API capabilities.

Anonymous
Not applicable
Hi to the community. I have some experience with Solidworks but am considering switching to AutoDesk. My application would be for simple construction drawings. In exploring AutoDesk capabilities I came across the API and was reading about the software interfaces. Here is what I am confused about: just what are the capabilities of the API? In other words, can I use software (I program in c# asp.net, or c++) to interface to AutoDesk and automate drawing objects? If I wanted to make a very simple construction drawing (lets say that it just consists of rectangles and squares), can I automate that drawing and have it include dimensions? Thank You Tom
0 Likes
298 Views
1 Reply
Reply (1)
Message 2 of 2

Owner2229
Advisor
Advisor

Hi, you can do all what you asked and even more.

You can eighter do so from external application (standalone exe) or from AddIn (internal dll library).

Most people are using VB.Net, but you can also find some examples for C# and some other languages.

 

You might want to look at this article:

My First Plug-in Training

 

Here is a blog from Autodesk guys about coding:

Mod The Machine

Consider using "Accept as Solution" / "Kudos" if you find this helpful.
- - - - - - - - - - - - - - -
Regards,
Mike

"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - John F. Woods
0 Likes