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_boxlistList of coordinates of bounding box vertices. Bounding box is provided as [xmin, ymin, zmin, xmax, ymax, zmax]. check_solidsbool, optionalCheck solid objects. check_linesbool, optionalCheck line objects. check_sheetsbool, optionalCheck sheet objects. Returns: list of ansys.aedt.core.modeler.cad.object_3d