Skip to main content

Prime Mesh Python client library 2025 R2 SP04

get_mesh_zonelets_of_topo_edges

Last update: 20.02.2026

TopoData.get_mesh_zonelets_of_topo_edges(topo_edges)

Get the mesh edge zonelets for the provided topoedge ids.

  • Parameters:

    topo_edges : Ids of the topoedges.

  • Returns:

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

  • Return type:

    Iterable[int]

Examples

>>> mesh_edge_zonelets = topo_data.get_mesh_zonelets_of_topo_edges(topo_edges)

Connect with Ansys