Skip to main content

Prime Mesh Python client library 2025 R1 SP01

get_volumes_of_face_zonelet

Last update: 17.07.2025

Part.get_volumes_of_face_zonelet(face_zonelet)

Get volume ids of given face zonelet.

  • Parameters:

    face_zonelet : Id of face zonelet.

  • Returns:

    Iterable[int] : Return volume ids of given face zonelet.

  • Return type:

    Iterable[int]

Examples

>>> volumes = part.get_volumes_of_face_zonelet(face_zonelet)

Connect with Ansys