Skip to main content

Prime Mesh Python client library 2024 R1 SP1

ansys.meshing.prime.Part

Last update: 17.07.2025

Part.get_volume_zone_of_volume(volume)

Gets the volume zone of given volume.

  • Parameters: volume : Id of volume.
  • Returns: int : Returns the id of volume zone.
  • Return type: int

Examples

>>> volume_zone = part.get_volume_zone_of_volume(volume)

Connect with Ansys