News

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 ...
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 ...
By Wayne Brill You may need to add a file and associate it to a file that already exists in the vault. This VB.NET example shows how this can be done. The example as I tested it adds an excel file on ...
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 ...
By Philippe Leefsma 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 ...
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 Fenton Webb Here’s how to iterate a pipe network in Plant3d… First in .NET… [CommandMethod("PipeWalk")] public void pipeWalk() { // 4.1 Declare a variable as a PlantProject. Instantiate it using // ...
Question: Why does nothing happen when setting the cropbox of view? What he did is, first create a view and then set its CropBox property ...
Creating Active Work Plane of the View using Revit API ...
Occasionally, we still seem to get questions about using LISP with AutoCAD Architecture (ACA) and MEP (AME). ACA and AME dropped DXF/LISP support since ADT 2004. This blog post gives you a little bit ...