News

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 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 ...
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 ...
« Using Postman for testing RESTful API's | Main | Setting the scope for the access token » 06/27/2016 ...
By Virupaksha Aithal 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 ...
A new version of the Plant SDK documentation that covers the 2017 through 2022 releases of AutoCAD Plant 3D is available for download in the AutoCAD P&ID and Plant 3D ...
By Augusto Goncalves It is possible to pass standard data types to and from .NET using a result buffer and the <LispFunction> directive. Below are two .NET methods that make selections, and return (1) ...
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 Sreeparna Mandal The AutoCAD Developer Center has been updated with the following: Wizards ObjectARX 2024 Wizard AutoCAD 2024 .NET Wizard Training Material ObjectARX 2024 Training Labs AutoCAD 2024 ...
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 ...
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 // ...