We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(I'm not sure we have any library version information in the compiled versions of the js and py libraries.)
Add a property to the library object which contains the library version.
Question raised here: https://discourse.mcneel.com/t/3dmloader-for-three-js/107702/3
The text was updated successfully, but these errors were encountered:
Linked with RH3DM-114
Sorry, something went wrong.
For python, the library version is defined in __init__.py
import rhino3dm print(rhino3dm.__version__)
I don't think it's defined anywhere in the library for javascript. I would be a nice thing to have!
No branches or pull requests
(I'm not sure we have any library version information in the compiled versions of the js and py libraries.)
Add a property to the library object which contains the library version.
Question raised here: https://discourse.mcneel.com/t/3dmloader-for-three-js/107702/3
The text was updated successfully, but these errors were encountered: