get_topo_volumes_of_topo_faces#

TopoData.get_topo_volumes_of_topo_faces(topo_faces)#

Gets the topovolumes of the given topofaces.

Parameters:
topo_facesIterable[int]

Ids of the topofaces.

Returns:
:
Iterable[int]

Returns the list of topovolume ids.

Return type:

Iterable[int]

Notes

This is a beta API. The behavior and implementation may change in future.

Examples

>>> topovolumes = topo_data.get_topo_volumes_of_topo_faces(topo_faces)