News

« Using tblobjname to alter the layer color | Main | How to disable the Save As dialog » 01/02/2013 ...
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 ...
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 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 ...
By David Wolfe (Contributor) 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 ...
By Adam Nagy There is a blog post on selecting multiple components interactively from an iLogic Rule, but it does not highlight the selected objects while the Rule is running in the Inventor versions ...
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 Each AutoCAD object can store a custom data with it. Normally this functionality is used by AutoCAD graphical entities to store non graphical data. For example, an AutoCAD line ...
By Balaji Ramamoorthy Here is a sample code to synchronize the view parameters between two model space viewports. For simplicity, this sample code assumes that the drawing already has two vertically ...