    

 ## On this page

  

 

 # get\_volumes\_of\_face\_zonelet

 Last update: 20.02.2026 

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

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

```