PK_ERROR_code_t PK_PARTITION_ask_geoms ( --- received arguments --- PK_PARTITION_t partition, --- a partition --- returned arguments --- int *const n_geoms, --- number of geoms (>= 0) PK_GEOM_t **const geoms --- geoms (optional) ) This function returns the set of geometric entities (points, curves and surfaces) in the given partition which are not contained within a part. The output array geoms is optional. If it is set to NULL, the function will only compute the number of geometric entities in the partition.