PK_LOOP_delete_from_sheet_body   

PK_ERROR_code_t PK_LOOP_delete_from_sheet_body
(
--- received arguments ---
int             n_loops,   --- number of loops to be deleted
const PK_LOOP_t loops[]    --- loops to be deleted
)


This function deletes interior loops from a sheet body.


Specific Errors:
    PK_ERROR_not_sheet          the body containing the given loops
                                is not a sheet body (MILD)
    PK_ERROR_missing_geom       sheet has no surface attached (MILD)
    PK_ERROR_unsuitable_loop    loop is not an interior loop (MILD)


All of the given 'loops' must be interior loops and they must all
belong to the same sheet body.  That sheet body must have at least one face
to which a surface is attached.  Each loop may either consist of wire edges
or it may bound a hole.