Skip to main content

Prime Mesh Python client library 2024 R1 SP1

ansys.meshing.prime.SurfaceUtilities

Last update: 17.07.2025

SurfaceUtilities.get_bounding_box_of_zonelets(zonelets)

Gets 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)

Connect with Ansys