[][src]Function gmsh_sys::gmshModelOccAddSurfaceFilling

pub unsafe extern "C" fn gmshModelOccAddSurfaceFilling(
    wireTag: c_int,
    tag: c_int,
    pointTags: *mut c_int,
    pointTags_n: usize,
    ierr: *mut c_int
) -> c_int

Add a surface filling the curve loops in wireTags. If tag is positive, set the tag explicitly; otherwise a new tag is selected automatically. Return the tag of the surface. If pointTags are provided, force the surface to pass through the given points.