bounding_dimension#
- property Polyline.bounding_dimension: list[float]#
Retrieve the dimension array of the bounding box.
- 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.object_3d import Object3d >>> obj = Object3d() >>> obj.bounding_dimension