    

 ## On this page

  

 

 # get\_volume\_zone\_of\_volume

 Last update: 20.02.2026 

<a id="ansys.meshing.prime.Part.get_volume_zone_of_volume"></a>

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

```