tools.py [398:405]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            }

            if obj.type == "MESH":
                bounding_box = get_aabb(obj)
                result["world_bounding_box"] = bounding_box

            return {"status": "success", "data": result}
    except Exception as e:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



tools.py [593:600]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            }

            if obj.type == "MESH":
                bounding_box = get_aabb(obj)
                result["world_bounding_box"] = bounding_box

            return {"status": "success", "data": result}
    except Exception as e:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



