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 ...
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 ...
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 ...
Using the WblockCloneObjects() method, its possible to copy a particular block from a drawing in to the other drawing. The C# code snippet that shows how to use WblockCloneObjects to copy a specific ...
How do I delete Xdata that is attached to an entity?
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 ...
As mentioned in this forum post, unfortunately, the relevant API does not work :( ...
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.
Sometimes a function is not available in a higher level API (COM or .NET) but only in the underlying C++ API. Not all is lost in such a case. In the following example we'll see how we can access the ...
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 ...