[−][src]Function gmsh_sys::gmshModelOccAddWire
pub unsafe extern "C" fn gmshModelOccAddWire(
curveTags: *mut c_int,
curveTags_n: usize,
tag: c_int,
checkClosed: c_int,
ierr: *mut c_int
) -> c_int
Add a wire (open or closed) formed by the curves curveTags. Note that an
OpenCASCADE wire can be made of curves that share geometrically identical
(but topologically different) points. If tag is positive, set the tag
explicitly; otherwise a new tag is selected automatically. Return the tag
of the wire.