    

 ## On this page

  

 

 # get\_face\_zonelets\_of\_volumes

 Last update: 10.09.2025 

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

#### Part.get\_face\_zonelets\_of\_volumes(volumes)

Get the face zonelets of given volumes.

- **Parameters:**
    
    **volumes**: Ids of volumes.
- **Returns:**
    
    `Iterable`\[[`int`](https://docs.python.org/3.11/library/functions.html#int)\] : Return the ids of face zonelets.
- **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; face_zonelets = part.get_face_zonelets_of_volumes(volumes)

```