[−][src]Function gmsh_sys::gmshModelOccAddThruSections
pub unsafe extern "C" fn gmshModelOccAddThruSections(
wireTags: *mut c_int,
wireTags_n: usize,
outDimTags: *mut *mut c_int,
outDimTags_n: *mut usize,
tag: c_int,
makeSolid: c_int,
makeRuled: c_int,
ierr: *mut c_int
)
Add a volume (if the optional argument makeSolid
is set) or surfaces
defined through the open or closed wires wireTags
. If tag
is positive,
set the tag explicitly; otherwise a new tag is selected automatically. The
new entities are returned in outDimTags
. If the optional argument
makeRuled
is set, the surfaces created on the boundary are forced to be
ruled surfaces.