bounding_box#

property Line3dLayout.bounding_box: list[float]#

Get component bounding box.

Returns:
list

[BB_lower_left_X, BB_lower_left_Y, BB_upper_right_X, BB_upper_right_Y].

Examples

>>> from ansys.aedt.core.modeler.pcb.object_3d_layout import Object3DLayout
>>> obj = Object3DLayout()
>>> obj.bounding_box