get_bounding_box_of_zonelets Last update: 17.07.2025 SurfaceUtilities.get_bounding_box_of_zonelets(zonelets) Get bounding box of given zonelets. Parameters: zonelets : Ids of zonelets. Returns: : BoundingBox : Returns bounding of box of given zonelets. Return type: BoundingBox Examples >>> zonelets = part.get_face_zonelets() + part.get_edge_zonelets() >>> bounding_box = surface_utilities.get_bounding_box_of_zonelets(zonelets)