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_edges
Iterable
[int
] Ids of the topoedge.
- topo_edges
- Returns:
Iterable
[int
]Returns the list of adjacent topoedge ids.
- Return type:
Examples
>>> topo_edges_of_topo_edges = topo_data.get_adjacent_topo_edges_of_topo_edges(topo_edges)