 |
PK_MESH_find_sharp_mvxs |
|
PK_ERROR_code_t PK_MESH_find_sharp_mvxs
(
--- received arguments ---
PK_MESH_t mesh, --- the mesh
const PK_MESH_find_sharp_mvxs_o_t *options, --- options
--- returned arguments ---
int *const n_sharp_mvxs, --- number of sharp mvertices
PK_MVERTEX_t **const sharp_mvxs --- sharp mvertices
)
This function returns the sharp mvertices in the given 'mesh'.
Specific Errors:
PK_ERROR_mesh_has_no_mvertices the mesh has no mvertices. (MILD)
A sharp mvertex is one where the mfins at that mvertex do not all share the
same normal as returned from PK_MFIN_ask_mvx_normal.