bounding_dimension#

property Object3d.bounding_dimension: list[float]#

Retrieve the dimension array of the bounding box.

Returns:
list

List 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.object_3d import Object3d
>>> obj = Object3d()
>>> obj.bounding_dimension