[][src]Function rgmsh::interface::occ::add_curve_loop

pub unsafe extern "C" fn add_curve_loop(
    curveTags: *mut i32,
    curveTags_n: usize,
    tag: i32,
    ierr: *mut i32
) -> i32

Add a curve loop (a closed wire) formed by the curves curveTags. curveTags should contain tags of curves forming a closed loop. Note that an OpenCASCADE curve loop 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 curve loop.