rhino3dm icon indicating copy to clipboard operation
rhino3dm copied to clipboard

library versions

Open fraguada opened this issue 4 years ago • 2 comments

(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

fraguada avatar Aug 28 '20 06:08 fraguada

Linked with RH3DM-114

mcneel-build avatar Aug 28 '20 06:08 mcneel-build

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!

pearswj avatar Aug 28 '20 11:08 pearswj