Python-rhino3dm Get File Units

I have looked through the documentation but I cannot seem to figure out how to determine the units of the file I am importing.

AFAICT the document properties haven’t been wrapped yet

https://mcneel.github.io/rhino3dm/python/api/index.html

Hi @joel_putnam,

What you want is the equivalent of RhinoCommon’s File3dmSettings class, which is not yet available.

https://mcneel.myjetbrains.com/youtrack/issue/RH3DM-6

– Dale

Thanks guys I will wait for this

I just update pypi.org with a new version of rhino3dm that has access to the Settings. I haven’t update the docs yet, but will try to do so very soon

2 Likes

Thanks Steve

I also just updated the API docs to include reference to this class
https://mcneel.github.io/rhino3dm/python/api/File3dmSettings.html