    

 ## On this page

  

 

 # 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`](https://docs.python.org/3.11/library/functions.html#int): Returns the id of volume zone.
- **Return type:**[`int`](https://docs.python.org/3.11/library/functions.html#int)

### Examples

```pycon
&gt;&gt;&gt; volume_zone = part.get_volume_zone_of_volume(volume)

```