News

by Chandra shekar Gopal, Introduction to Model States Model States were introduced in Inventor 2022. While product documentation covers the basics well, our ADN team has offered extensive support for ...
By Madhukar Moogala Next Release of AutoCAD API, AutoCAD 2024 + 1 will be planning to support NET Core technology. We have released an alpha on our feedback portal. Note : AutoCAD alphas is targeted ...
By David Wolfe (Contributor) Get start with Part 1 and Part 2 of this series. Expansion Joint Script This article will look at creating a completely new script, an expansion joint. The script should ...
By Sajith Subramanian If you wish to change a Property's value on a document having Model States, the workflow via API is the similar to the Inventor UI: Activate the required Model State using ...
Occasionally, we still seem to get questions about using LISP with AutoCAD Architecture (ACA) and MEP (AME). ACA and AME dropped DXF/LISP support since ADT 2004. This blog post gives you a little bit ...
By David Wolfe (Contributor) Get start with Part 1, Part 2, Part 3 and Part 4 of this series. Python Script Nozzles in AutoCAD Plant 3D This article will look at creating a nozzle to use in the ...
By Virupaksha Aithal AutoCAD.NET API exposes “Application.Quit()” to exit the AutoCAD. However, “Application.Quit()” at present is unable to save all the user profile setting (like active ribbon tab ) ...
By Madhukar Moogala Large corporations prefer to deploy custom AutoCAD OEM suites using SCCM, here is preferred way to do, in the configuration manager tool you need to enter setup.exe /t /q /c AOEM: ...
By Madhukar Moogala We have an inbuilt AutoCAD command CONVTOSOLID, but this command is very limited doesn’t work effectively on Polyfacemesh <AcDbPolyFaceMesh> entities. We will create an in-memory ...
By Philippe Leefsma Here is a topic that comes up every now and then: how do you access a specific instance of a COM application if several instances are running with a similar ProgId? The ...