objects_in_bounding_box#

Modeler3D.objects_in_bounding_box(bounding_box, check_solids=True, check_lines=True, check_sheets=True)[source]#

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 of pyaedt.modeler.cad.object3d