[−][src]Function gmsh_sys::gmshModelOccAddSurfaceLoop
pub unsafe extern "C" fn gmshModelOccAddSurfaceLoop(
surfaceTags: *mut c_int,
surfaceTags_n: usize,
tag: c_int,
sewing: c_int,
ierr: *mut c_int
) -> c_int
Add a surface loop (a closed shell) formed by surfaceTags
. If tag
is
positive, set the tag explicitly; otherwise a new tag is selected
automatically. Return the tag of the surface loop. Setting sewing
allows
to build a shell made of surfaces that share geometrically identical (but
topologically different) curves.