Skip to main content

Prime Mesh Python client library 2025 R2 SP04

get_mesh_zonelets_of_topo_faces

Last update: 20.02.2026

TopoData.get_mesh_zonelets_of_topo_faces(topo_faces)

Get the mesh face zonelets for the provided topoface ids.

  • Parameters:

    topo_faces : Ids of the topofaces.

  • Returns:

    Iterable[int] : Return the mesh face zonelet ids.

  • Return type: Iterable[int]

Examples

>>> mesh_face_zonelets = topo_data.get_mesh_zonelets_of_topo_faces(topo_faces)

Connect with Ansys