Skip to main content

Prime Mesh Python client library 2024 R1 SP1

ansys.meshing.prime.Part

Last update: 17.07.2025

Part.get_topo_faces()

Get the topofaces of a part.

  • Returns: Iterable[int] : Return the ids of topofaces.

    Return the ids of topofaces.

  • Return type: Iterable[int]

Examples

>>> topo_faces = part.get_topo_faces()

Connect with Ansys