You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a task to automate the routine process associated with Autocad 2020 LT. You need to insert the same table into 180 DWG files (it's not a problem to load it in Python). The method for opening the file doesn't work:
from pyautocad import Autocad, APoint
acad = Autocad()
acad.prompt("Hello, Autocad from Python\n")
print(acad.doc.Name)
Help me, please if it possible.
The text was updated successfully, but these errors were encountered:
There is a task to automate the routine process associated with Autocad 2020 LT. You need to insert the same table into 180 DWG files (it's not a problem to load it in Python). The method for opening the file doesn't work:
Help me, please if it possible.
The text was updated successfully, but these errors were encountered: