Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Prior to AutoCAD 2014, there were three basic plugin types for AutoCAD:</p> <ol> <li>AutoLisp</li> <li>.Net</li> <li>ObjectARX</li> </ol> <p>AutoCAD 2014 also provides:</p> <p>4. Javascript API. You can find a link to the documentation at the <a href="http://adndevblog.typepad.com/autocad/2013/04/getting-started-with-javascript-api-on-autocad-2014.html" rel="noreferrer">AutoCAD DevBlog</a>.</p> <p>AutoLisp can be used with DIESEL scripts/macros to accomplish and automate basically anything that a user can due through the UI, and a maybe a little bit more, but .Net and ObjectARX are much more powerful, allowing you to create your own entities and more advanced behavior. </p> <p>ObjectARX is a C++ interface, and the .NET classes are actually wrappers to the ObjectARX interface. The .Net interface abstracts things fairly well, but you still have to be concerned with the threading and possibly some other things as you develop more complex applications. </p> <p>As previously mentioned, <a href="http://through-the-interface.typepad.com/" rel="noreferrer">Through the Interface</a> is a great blog for .NET stuff. </p> <p>For ObjectARX, there is a good introduction at <a href="http://arxdummies.blogspot.com/" rel="noreferrer">ObjectARX &amp; Dummies</a>, but for the deeper material the <a href="http://forums.autodesk.com/t5/Autodesk-ObjectARX/bd-p/34" rel="noreferrer">Developers Forums</a> are a good resource. </p> <p>If you are developing anything for people other than yourself, you should also seriously consider getting a registered developer symbol to prevent conflicts among different plugins. You can do that at the <a href="http://usa.autodesk.com/adsk/servlet/index?siteID=123112&amp;id=1075006" rel="noreferrer">Symbols Registration</a> page on the AutoDesk website. </p> <p>Depending on your resources, you may also want to join the <a href="http://usa.autodesk.com/adsk/servlet/index?id=472012&amp;siteID=123112" rel="noreferrer">AutoDesk Developers Network (ADN)</a>, which provides access to software technical support, and early and beta access to upcoming AutoDesk products and APIs.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload