PK_ERROR_code_t PK_PART_remove_geoms ( --- received arguments --- PK_PART_t part, --- part to have geoms removed int n_geoms, --- number of geoms to be removed const PK_GEOM_t geoms[], --- geoms to be removed from part --- returned arguments --- int *const n_removed --- number of geoms removed ) This function removes from the part's construction geometry, any geometric entities which are also in the given array of geoms. Specific Errors: PK_ERROR_wrong_entity part or geoms is not the correct type PK_ERROR_not_connected geometry not attached to part