Skip to main content

Prime Mesh Python client library 2025 R2

get_topo_volumes_of_topo_faces

Last update: 10.09.2025

TopoData.get_topo_volumes_of_topo_faces(topo_faces)

Gets the topovolumes of the given topofaces.

  • Parameters:

    topo_faces : 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)

Connect with Ansys