get_bounding_box_of_zonelets#
- SurfaceUtilities.get_bounding_box_of_zonelets(zonelets)#
Get bounding box of given zonelets.
- Parameters:
- zonelets
Iterable
[int
] Ids of zonelets.
- zonelets
- Returns:
BoundingBox
Returns bounding of box of given zonelets.
- Return type:
Examples
>>> zonelets = part.get_face_zonelets() + part.get_edge_zonelets() >>> bounding_box = surface_utilities.get_bounding_box_of_zonelets(zonelets)