get_geom_zonelets_of_topo_edges#
- TopoData.get_geom_zonelets_of_topo_edges(topo_edges)#
Get the geometry edge zonelets for the provided topoedge ids.
- Parameters:
- topo_edges
Iterable
[int
] Ids of the topoedges.
- topo_edges
- Returns:
Iterable
[int
]Return the geometry edge zonelet ids.
- Return type:
Examples
>>> geom_edge_zonelets = topo_data.get_geom_zonelets_of_topo_edges(topo_edges)