PK_MESH_ask_n_mvertices   

PK_ERROR_code_t PK_MESH_ask_n_mvertices
(
--- received arguments ---
PK_MESH_t       mesh,            --- a mesh

--- returned arguments ---
int      *const n_mvertices      --- number of mvertices
)


This function returns the number of mvertices in the given 'mesh'.


Specific Errors:
    PK_ERROR_mesh_has_no_mvertices   the mesh has no mvertices. (MILD)