News

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 ...
Check here the Part 1 of this series. The first example script is taken from an older Autodesk University class (AU Python PDF). The pdf is available here. Beginning on page 44, the pdf creates a ...
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 ...
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 ...
These digits like E000:409 are a ProductID (E000) and a LocaleID (409). The ProductID structure is a 4-digit value. However, prior to AutoCAD 2006, the ProductID structure was only 3-digits with a ...
The most interesting part of this script, other than the geometry, is the metadata. Note that the group defines where the script shows up in the spec editor. The tooltips show when the dimensions are ...
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 ...
Most common issue developer’s face during plotting/publishing the drawing through API is of back ground plotting/publishing. Developers expect call to plot/publish API, should finish the plot/publish ...
Before AutoCAD 2021, AutoLisp/VLisp was not fully Unicode compliant.
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 subDMesh ...
How do I delete Xdata that is attached to an entity?
Question: Is there any Inventor API to enable “Copy Model iProperty Settings” in a Drawing Document as shown in below? Answer: Unfortunately, there is no direct Inventor API to enable “Copy Model ...