News

by Chandra shekar Gopal, . With the release of Inventor Design Automation (DA) 2026, Autodesk has taken a decisive step into the future by exclusively supporting a .NET 8-based Inventor Server.This ...
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 ...
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 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 ...
Explanation: When you use var to access the Extent property, the type of oExtent is inferred by the compiler based on the actual type returned by oFeature.Extent.The var keyword provides strong typing ...
By Madhukar Moogala I have recieved this query, user would like to get appearance of LineTypeRecord or LineTypes through API. We can use Comments API to gets the Linetype appearance in the form of ...
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 ...
On January 30th, 2024, we hosted a webinar on moving to .NET core covering Autodesk's flagship products, AutoCAD, Revit, and Inventor. - How to Create, Build and Debug .NET 8 Plugin for AutoCAD ...
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 ...
will be used to provide an interface for manipulating array parameters that are common to Rectangular, Path and Polar Arrays. AcDbAssocArrayActionBody is an associative action that can be evaluated to ...
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 ...
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 ) ...