get_geom_zonelets_of_topo_faces Last update: 10.09.2025 TopoData.get_geom_zonelets_of_topo_faces(topo_faces) Get the geometry face zonelets for the provided topoface ids. Parameters: topo_faces : Ids of the topofaces. Returns: Iterable[int] : Return the geometry face zonelet ids. Return type: Iterable[int] Examples >>> geom_face_zonelets = topo_data.get_geom_zonelets_of_topo_faces(topo_faces)