[][src]Function gmsh_sys::gmshModelMeshEmbed

pub unsafe extern "C" fn gmshModelMeshEmbed(
    dim: c_int,
    tags: *mut c_int,
    tags_n: usize,
    inDim: c_int,
    inTag: c_int,
    ierr: *mut c_int
)

Embed the model entities of dimension dim and tags tags in the (inDim, inTag) model entity. The dimension dim can 0, 1 or 2 and must be strictly smaller than inDim, which must be either 2 or 3. The embedded entities should not be part of the boundary of the entity inTag, whose mesh will conform to the mesh of the embedded entities.