get_topo_faces_of_topo_volumes#
- Part.get_topo_faces_of_topo_volumes(volumes)#
Gets the topofaces of given topovolumes.
- Parameters:
- volumes
Iterable[int] Ids of topovolumes.
- volumes
- Returns:
- :
Iterable[int]Returns the ids of topofaces.
- Return type:
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)