Skip to main content

Prime Mesh Python client library 2024 R2

ansys.meshing.prime.Part

Last update: 17.07.2025

Part.get_face_zonelets_of_volumes(volumes)

Get the face zonelets of given volumes.

  • Parameters: volumes : Ids of volumes.
  • Returns: Iterable[int] : Return the ids of face zonelets.
  • Return type: Iterable[int]

Examples

>>> face_zonelets = part.get_face_zonelets_of_volumes(volumes)

Connect with Ansys