Skip to main content

Prime Mesh Python client library 2025 R2 SP04

get_topo_faces_of_topo_volumes

Last update: 20.02.2026

Part.get_topo_faces_of_topo_volumes(volumes)

Gets the topofaces of given topovolumes.

  • Parameters:

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

Connect with Ansys