File3dm BoundingBox accuracy

Hi all,

the GetBoundingBox() method of rhino3dm.GeometryBase has the optionat “accurate” parameter according to the documentation, but it throws a TypeError Exception if it is called like

obj_3dm.Geometry.GetBoundingBox(True)

Is there any workaround to get the accurate BoundingBox?

Regards,

Iván

I think this is not the proper forum for this. I’ll post in Github.

Thx

This is the right place. I moved the conversation to the rhino3dm specific subcategory.

There is an issue with how we generate the documentation for python and this function overload that is available for the dotnet version of rhino3dm has leaked through to the python docs. I have created an issue to expose what we call the “tight” bounding box.

Gracias Luis!