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 simple layout with a few machines. The example is provided in below Python code: This […]