get_bounding_dimension#
- Modeler2D.get_bounding_dimension() list#
Retrieve the x, y and z size of the bounding box for the model.
This method is called without arguments.
- Returns:
listList of three float values representing the bounding box dimensions in the form
[dim_x, dim_y, dim_z].
References
>>> oEditor.GetModelBoundingBox
Examples
>>> from ansys.aedt.core.modeler.cad.primitives import GeometryModeler >>> obj = GeometryModeler() >>> obj.get_bounding_dimension()