Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open a single AutoCAD version from multipple AutoCAD versions installed. #56

Open
unxpected opened this issue May 7, 2024 · 2 comments

Comments

@unxpected
Copy link

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.

@CEXT-Dan
Copy link

CEXT-Dan commented May 7, 2024

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

@unxpected
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants