get_bounding_box_of_zonelets#

SurfaceUtilities.get_bounding_box_of_zonelets(zonelets)#

Get bounding box of given zonelets.

Parameters:
zoneletsIterable[int]

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)