[−][src]Function gmsh_sys::gmshModelGeoAddPlaneSurface
pub unsafe extern "C" fn gmshModelGeoAddPlaneSurface(
wireTags: *mut c_int,
wireTags_n: usize,
tag: c_int,
ierr: *mut c_int
) -> c_int
Add a plane surface defined by one or more curve loops wireTags
. The
first curve loop defines the exterior contour; additional curve loop define
holes. If tag
is positive, set the tag explicitly; otherwise a new tag is
selected automatically. Return the tag of the surface.