get_topo_volumes_of_topo_faces#
- TopoData.get_topo_volumes_of_topo_faces(topo_faces)#
Gets the topovolumes of the given topofaces.
- Parameters:
- topo_faces
Iterable[int] Ids of the topofaces.
- topo_faces
- Returns:
- :
Iterable[int]Returns the list of topovolume ids.
- Return type:
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)