    

 ## On this page

  

 

 # get\_topo\_edges\_of\_topo\_faces

 Last update: 20.02.2026 

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

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

Get the topoedges of the provided topoface ids.

- **Parameters:**
    
    **topo\_faces**: Ids of the topoface.
- **Returns:**
    
    `Iterable`\[[`int`](https://docs.python.org/3.11/library/functions.html#int)\] : Returns the list of 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_faces = topo_data.get_topo_edges_of_topo_faces(topo_faces)

```