pyautocad icon indicating copy to clipboard operation
pyautocad copied to clipboard

AutoCAD Automation for Python ⛺

Results 50 pyautocad issues
Sort by recently updated
recently updated
newest added
trafficstars

Similar to [17](https://github.com/reclosedev/pyautocad/issues/17) At the line: `for obj in acad.iter_objects('Text'):` I get : ``` File "d:\CODE\pyautocad\tutorial.py", line 15, in for obj in acad.iter_objects('Text'): File "C:\Users\user\AppData\Roaming\Python\Python39\site-packages\pyautocad\api.py", line 128, in iter_objects item...

Hello. Is there someway I can get interact with AutoCAD? I would like to be able to ask the user to get coordinates from a picked point. Is that possible?

Hi all, I get this error when deleting all objects, but it is ok to delete an object individually. ``` from pyautocad import Autocad, APoint acad = Autocad(create_if_not_exists=True) L1 =...

I know how to draw lines, but can I change the drawn line weight and color?

I'm trying to set up a small script to run a lisp routine over a collection of .dwg files. This is part of a bigger script to export ArcGIS featureclass...

When I run this python code for the captioned, the error occured as follows, File "c:\Users\sonsun\AppData\Local\Programs\Python\Python311\Lib\site-packages\comtypes\automation.py", line 843, in _invoke self.__com_Invoke(memid, riid_null, lcid, invkind, dp, var, None, argerr) _ctypes.COMError: (-2147352567,...

Assume I have installed on my PC all AutoCAD versions between 2013 and 2022. How can I use pyautocad to use AutoCAD 2018 say? Currently it open latest installed AutoCAD,...

Hello everyone, I erase an old version of autocad and downloaded the 2025 one. Many errors are displayed: I tested some simple examples: \>>> from pyautocad import Autocad, APoint \>>>...