Function gmshModelMeshRemoveEmbedded

Source
pub unsafe extern "C" fn gmshModelMeshRemoveEmbedded(
    dimTags: *mut c_int,
    dimTags_n: usize,
    dim: c_int,
    ierr: *mut c_int,
)
Expand description

Remove embedded entities from the model entities dimTags. if dim is >= 0, only remove embedded entities of the given dimension (e.g. embedded points if dim == 0).