[−][src]Function gmsh_sys::gmshModelGeoAddSurfaceFilling
pub unsafe extern "C" fn gmshModelGeoAddSurfaceFilling(
wireTags: *mut c_int,
wireTags_n: usize,
tag: c_int,
sphereCenterTag: c_int,
ierr: *mut c_int
) -> c_int
Add a surface filling the curve loops in wireTags
. Currently only a
single curve loop is supported; this curve loop should be composed by 3 or
4 curves only. If tag
is positive, set the tag explicitly; otherwise a
new tag is selected automatically. Return the tag of the surface.