Skip to main content

Prime Mesh Python client library 2025 R2

get_geom_zonelets_of_topo_edges

Last update: 10.09.2025

TopoData.get_geom_zonelets_of_topo_edges(topo_edges)

Get the geometry edge zonelets for the provided topoedge ids.

  • Parameters:

    topo_edges : Ids of the topoedges.

  • Returns:

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

  • Return type:

    Iterable[int]

Examples

>>> geom_edge_zonelets = topo_data.get_geom_zonelets_of_topo_edges(topo_edges)

Connect with Ansys