Model States were introduced in Inventor 2022. While product documentation covers the basics well, our ADN team has offered extensive support for developers transitioning to this feature. With ...
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 ModelState.Activate. Set the ...
This article will look at creating a nozzle to use in the nozzles catalog which AutoCAD Plant 3D equipment loads when putting nozzles on equipment. First we have the includes, this script the includes ...
As you may be already aware, If you have an app on the Autodesk App Store, then you might want to check if the user actually paid for and downloaded your app from the store, or just copied it from ...
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 ...
Using the Revit API, we can determine if a family was created using a Wall, Floor, Face, Ceiling or Roof based template. This is particularly helpful in case of, say, a generic mass family which can ...
I’m presenting a class on the new security features inside of AutoCAD 2014 at this years AU – classes DV3456 (Lecture) and DV3459-R (Round table after-lecture discussion). I thought you might like to ...
In this post we looked at using graphics functions provided by AutoCAD API to show temporary graphics. In this post we will look at using the transient graphics API to draw temporary graphics. This ...
On Revit MEP projects (also available on Revit), we can read the Loss Method data, but the information about the ASHRAE Table is not directly hosted on the element. So the question is: how access this ...
ClientResourceMap was introduced in Inventor 2022. This API allows users to set a list of client resources (like icons) for the browser pane for different themes. Use the setBrowserIconData() method ...