objects_in_bounding_box#

Modeler3D.objects_in_bounding_box(bounding_box, check_solids: bool = True, check_lines: bool = True, check_sheets: bool = True)#

Given a bounding box checks if objects, sheets and lines are inside it.

Parameters:
bounding_boxlist

List of coordinates of bounding box vertices. Bounding box is provided as [xmin, ymin, zmin, xmax, ymax, zmax].

check_solidsbool, optional

Check solid objects.

check_linesbool, optional

Check line objects.

check_sheetsbool, optional

Check sheet objects.

Returns:
list[ansys.aedt.core.modeler.cad.object_3d.Object3d]