Function gmshModelOccAddSurfaceFilling

Source
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
Expand description

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.