get_cell_zonelets Last update: 20.02.2026 Part.get_cell_zonelets() Get the cell zonelet ids in the part. Returns: Iterable[int] : Return the ids of cell zonelets. Returns an empty list for a topology part. Return type: Iterable[int] Examples >>> from ansys.meshing.prime import Part >>> cell_zonelet_ids = part.get_cell_zonelets()