get_model_bounding_box#
- Modeler2D.get_model_bounding_box() list#
Retrieve the model bounding box.
- Returns:
ListList of six float values representing the bounding box in the form
[min_x, min_y, min_z, max_x, max_y, max_z].
References
>>> oEditor.GetModelBoundingBox
Examples
>>> from ansys.aedt.core.modeler.cad.primitives import GeometryModeler >>> obj = GeometryModeler() >>> obj.get_model_bounding_box()