    

 ## On this page

  

 

 # get\_mesh\_zonelets\_of\_topo\_edges

 Last update: 10.09.2025 

<a id="ansys.meshing.prime.TopoData.get_mesh_zonelets_of_topo_edges"></a>

#### TopoData.get\_mesh\_zonelets\_of\_topo\_edges(topo\_edges)

Get the mesh edge zonelets for the provided topoedge ids.

- **Parameters:**
    
    **topo\_edges**: Ids of the topoedges.
- **Returns:**
    
    `Iterable`\[[`int`](https://docs.python.org/3.11/library/functions.html#int)\] : Return the mesh edge zonelet ids.
- **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; mesh_edge_zonelets = topo_data.get_mesh_zonelets_of_topo_edges(topo_edges)

```