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 ...
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 ...
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 ...
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: ...
If you have issues with loading or reloading your add-in these might be the most likely issues. 1) Issues with loading the add-in This is the scenario when your add-in never gets loaded.
As mentioned in this forum post, unfortunately, the relevant API does not work :( ...
AutoCAD Plant 3D provides a command to share a plant project to the ACC cloud: PLANTPROJECTCOLLABORATION . For more details, refer to To Share a Plant Project to the Cloud . However, this command ...
In the forum, customer said he wants to close the active document and reopen it, he took the suggestion from Jeremy's blog, and had some events related questions, though I did not totally understand ...
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 ...
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 ...
It is possible to use functionalities from custom dlls in your iLogic rules, you just need to declare the AddReference “adn.dll” (replaced by the name of your dll obviously) at the top of your rule.