pyautocad icon indicating copy to clipboard operation
pyautocad copied to clipboard

Open a single AutoCAD version from multipple AutoCAD versions installed.

Open unxpected opened this issue 1 year ago • 2 comments

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, 2022.

unxpected avatar May 07 '24 08:05 unxpected

CoClass is versioned, so Autocad 2022 you can try to use AutoCAD.Application.24

CEXT-Dan avatar May 07 '24 08:05 CEXT-Dan

Maybe to add a key/value to the initilaization of Autocad() object? Say CoClassVersion=24

unxpected avatar May 07 '24 09:05 unxpected