PK_REGION_make_void   

PK_ERROR_code_t PK_REGION_make_void
(
--- received arguments ---
PK_REGION_t     region     --- region to be made void
)


This function sets the type of the given 'region' to be void.


If the given 'region' is already void then the function does nothing.

If the 'region' is the sole solid region of a body of type PK_BODY_type_solid_c
then the body will be converted to one of type PK_BODY_type_sheet_c.

If the 'region' is a solid region of a disjoint body of type
PK_BODY_type_solid_c then the body will be converted to one of type
PK_BODY_type_general_c.