get_topo_faces_of_topo_volumes#

Part.get_topo_faces_of_topo_volumes(volumes)#

Gets the topofaces of given topovolumes.

Parameters:
volumesIterable[int]

Ids of topovolumes.

Returns:
:
Iterable[int]

Returns the ids of topofaces.

Return type:

Iterable[int]

Notes

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

Examples

>>> topo_faces = part.get_topo_faces_of_topo_volumes(volumes)