[−][src]Function gmsh_sys::gmshModelOccAddPlaneSurface
pub unsafe extern "C" fn gmshModelOccAddPlaneSurface(
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 (or closed wires)
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.