objects_in_bounding_box#
- Modeler3D.objects_in_bounding_box(bounding_box: list, check_solids: bool = True, check_lines: bool = True, check_sheets: bool = True) list['Object3d']#
Given a bounding box checks if objects, sheets and lines are inside it.
- Parameters:
- Returns:
Examples
>>> from ansys.aedt.core.modeler.modeler_3d import Modeler3D >>> obj = Modeler3D() >>> obj.objects_in_bounding_box(bounding_box=["Box1"])