reclosedev / pyautocad

AutoCAD Automation for Python ⛺
http://pypi.python.org/pypi/pyautocad/
BSD 2-Clause "Simplified" License
506 stars 143 forks source link

How can i open a new drawing with pyautocad? #21

Open linocesarcutini opened 6 years ago

reckface commented 5 years ago

all the documentation shows interacting with the doc property, which is the ActiveDocument, but nothing shows how to open a document. At least clarification on how to access the underlying API for Documents.Open()