Drawing a factory AutoCAD layout in Python

I have established an extensive VBA and Python documentation covering AutoCAD automatization. In this article I demonstrate some of this in Python, using pyautocad and win32com. I do so by creating a factory layout drawing in AutoCAD. It is a…

Python for AutoCAD engineers

Python is a popular high-level programming language that is widely used by engineers for automating repetitive tasks. Python for AutoCAD can achieve this too, besides e.g. VBA for AutoCAD. The Python concepts introduced by me in this article will be…

10 exemplary AutoCAD commands in Python

I frequently expand on our the existing AutoCAD automation documentation in Python and VBA. In this article I show 10 exemplary AutoCAD commands in Python. For this I first setup a reference to AutoCAD in Python using pyautocad. Add line…