AutoCAD 3D pyramid: Object, properties, API

In this post I provide an introduction to and documentation of the AutoCAD 3D pyramid object. This post is part of our AutoCAD automatization documentation that demonstrates successful implementation of APIs in VBA and also Python for AutoCAD automatization. You…

Working with AutoCAD in Excel and Python

In this article I will demonstrate how data from Excel sheets can be used to draw objects on AutoCAD using Python. Libraries for working with Excel and AutoCAD in Python For this particular demonstration, I am using pyautocad and the…

SelectionSet object in AutoCAD with Python

In this article I will discuss the SelectionSet object in AutoCAD and methods to automatize operations for the same using Python. Along with that I will also add a small introduction coverign the Group object. Preparing the code for this…

Top 10 AutoCAD automations in Python

My fellow SCDA member, Tanmay Sawant, and I have developed a considerable amount of documentation covering AutoCAD automatization in Python. It is available on this blog in the form of various blog posts. In this article I want to point…

DimAligned object in AutoCAD using Python

In this article I introduce DimAligned object in AutoCAD with Python. In general, adding dimensions manually is a very tedious task that I can avoid if I use Python automatization instead. For this tutorial I am using the pyautocad module…