get_adjacent_topo_edges_of_topo_edges#

TopoData.get_adjacent_topo_edges_of_topo_edges(topo_edges)#

Get the adjacent topoedges for the provided topoedge ids.

Parameters:
topo_edgesIterable[int]

Ids of the topoedge.

Returns:
Iterable[int]

Returns the list of adjacent topoedge ids.

Return type:

Iterable[int]

Examples

>>> topo_edges_of_topo_edges = topo_data.get_adjacent_topo_edges_of_topo_edges(topo_edges)