    

 ## On this page

  

 

 # get\_adjacent\_topo\_edges\_of\_topo\_edges

 Last update: 20.02.2026 

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

#### TopoData.get\_adjacent\_topo\_edges\_of\_topo\_edges(topo\_edges)

Get the adjacent topoedges for the provided topoedge ids.

- **Parameters:**
    
    **topo\_edges**: Ids of the topoedge.
- **Returns:**
    
    `Iterable`\[[`int`](https://docs.python.org/3.11/library/functions.html#int)\] : Returns the list of adjacent topoedge 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; topo_edges_of_topo_edges = topo_data.get_adjacent_topo_edges_of_topo_edges(topo_edges)

```