GetModelBoundingBox
Returns the bounding box of the current model using the global coordinate system as reference. The outputs are in the defined modeler units. Only modeled objects are considered for this computation (non-modeled objects are ignored).
| UI Access | N/A |
| Parameters | None. |
| Return Value | Array containing string Xmin, Ymin, Zmin, Xmax, Ymax, and Zmax values of the bounding box in the global coordinate system |
| Python Syntax | GetModelBoundingBox() |
| Python Example |
|