PK_SURF_find_degens   

PK_ERROR_code_t                PK_SURF_find_degens
(
--- received arguments ---
PK_SURF_t                      surf,       --- surface to be checked
const PK_SURF_find_degens_o_t *options,    --- options structure

--- returned arguments ---
PK_SURF_degens_t        *const results     --- results
)


This function finds degeneracies in the given surface.

This function does not support facet geometry [NF]


Specific Errors:
    PK_ERROR_invalid_geometry      The surface has invalidities other than
                                   degeneracies (MILD)
    PK_ERROR_find_degens_failed    Failure (MILD)


This function finds degeneracies on a surface, and returns information about
the degeneracies found, if any.

See here for more information.