PK_ERROR_code_t PK_PART_ask_geoms ( --- received arguments --- PK_PART_t part, --- part to have geoms asked --- 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 part which are not attached to the part's topology. Specific Errors: The output array geoms is optional. If it is set to NULL, the function will only compute the number of geometric entities in the part.