ansys.meshing.prime.MeshInfo Last update: 17.07.2025 MeshInfo.get_statistics_of_cell_zonelets(cell_zonelets, params) Gets cell statistics of given cell zonelets using provided cell statistics parameters. Parameters: cell_zonelets : Ids of cell zonelets for which statistics are calculated. params : Parameters to get cells statistics. Returns: CellStatisticsResults : Returns the CellStatisticsResults. Return type: CellStatisticsResults Examples >>> mesh_info = prime.MeshInfo(model) >>> part = model.get_part_by_name("part_name") >>> result = mesh_info.get_statistics_of_cell_zonelets(part.get_cell_zonelets(), >>> prime.CellStatisticsParams(model=model))