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?
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.