    

 ## On this page

  

 

 # get\_geom\_zonelets\_of\_topo\_edges

 Last update: 10.09.2025 

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

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

Get the geometry 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 geometry 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; geom_edge_zonelets = topo_data.get_geom_zonelets_of_topo_edges(topo_edges)

```