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_faces
Iterable
[int
] Ids of the topoface.
- topo_faces
- Returns:
Iterable
[int
]Returns the list of adjacent topoface ids.
- Return type:
Examples
>>> topo_faces_of_topo_faces = topo_data.get_adjacent_topo_faces_of_topo_faces(topo_faces)