Object DimXYZ

How can I can I get the DimXYZ of an object in python?

Is there a function to do it… or I have to calculate the distance myself using the bounding box?

I dig in the Object API coundn’t find anything…

Is there anyway to get theses DimXYZ directly?

I’d say, use boundingBox and calculate it.