PK_MVERTEX_ask_mfacets   

PK_ERROR_code_t     PK_MVERTEX_ask_mfacets
(
--- received arguments ---
PK_MVERTEX_t        mvertex,   --- the 'mvertex'

--- returned arguments ---
int          *const n_mfacets, --- the number of 'mfacets'
PK_MFACET_t **const mfacets    --- the 'mfacets' (optional)
)


This function returns all 'mfacets' which have 'mvertex' as one of their
mvertices.


The output array 'mfacets' is optional.  If it is set to NULL, the function
will only compute the number of mfacets which have this 'mvertex' as one of
their mvertices.