    

 ## On this page

  

 

 # ansys.meshing.prime.Part

 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`](https://docs.python.org/3.11/library/functions.html#int)\] : Return volume ids of given face zonelet.
- **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; volumes = part.get_volumes_of_face_zonelet(face_zonelet)

```