Skip to main content

Prime Mesh Python client library 2025 R1 SP01

get_topo_faces

Last update: 17.07.2025

SurfaceScope.get_topo_faces(model, part_id)

Get the list of topofaces for the given part in the scope.

  • Parameters:

    model : PyPrimeMesh model.

    part_id : Id of the part.

  • Returns:

    Iterable[int] : Returns the list of zonelets.

  • Return type:

    Iterable[int]

Examples

>>> from ansys.meshing.prime import Model, SurfaceScope
>>> model = client.model
>>> su = SurfaceScope("*", "*", prime.ScopeEvaluationType.LABELS)
>>> topo_faces = su.get_topo_faces(model, 2)

Connect with Ansys