get_adjacent_topo_faces_of_topo_faces#

TopoData.get_adjacent_topo_faces_of_topo_faces(topo_faces)#

Get the adjacent topofaces for the provided topoface ids.

Parameters:
topo_facesIterable[int]

Ids of the topoface.

Returns:
Iterable[int]

Returns the list of adjacent topoface ids.

Return type:

Iterable[int]

Examples

>>> topo_faces_of_topo_faces = topo_data.get_adjacent_topo_faces_of_topo_faces(topo_faces)