pub unsafe extern "C" fn gmshModelRemoveEntities(
dimTags: *mut c_int,
dimTags_n: usize,
recursive: c_int,
ierr: *mut c_int,
)Expand description
Remove the entities dimTags of the current model. If recursive is true,
remove all the entities on their boundaries, down to dimension 0.