    

 ## On this page

  

 

 # get\_volume\_zones

 Last update: 10.09.2025 

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

#### Part.get\_volume\_zones()

Get all the volume zones of the part.

- **Returns:**
    
    `Iterable`\[[`int`](https://docs.python.org/3.11/library/functions.html#int)\] : Return ids of volume zones.
- **Return type:**
    
    [`Iterable`](https://docs.python.org/3.11/library/typing.html#typing.Iterable)\[[`int`](https://docs.python.org/3.11/library/functions.html#int)\]

### Examples

```pycon
&gt;&gt;&gt; volume_zones = part.get_volume_zones()

```