[][src]Function gmsh_sys::gmshViewCombine

pub unsafe extern "C" fn gmshViewCombine(
    what: *const c_char,
    how: *const c_char,
    remove: c_int,
    ierr: *mut c_int
)

Combine elements (if what == "elements") or steps (if what == "steps") of all views (how == "all"), all visible views (how == "visible") or all views having the same name (how == "name"). Remove original views if remove is set.