obounding_box#

Modeler3DLayout.obounding_box(assignment: str) list#

Bounding box of a specified object.

Returns:
list

List of [LLx, LLy, URx, URy] coordinates.

References

>>> oEditor.GetBBox

Examples

>>> from ansys.aedt.core.modeler.modeler_pcb import Modeler3DLayout
>>> obj = Modeler3DLayout()
>>> obj.obounding_box(assignment="Box1")