Function gmshViewAddAlias

Source
pub unsafe extern "C" fn gmshViewAddAlias(
    refTag: c_int,
    copyOptions: c_int,
    tag: c_int,
    ierr: *mut c_int,
) -> c_int
Expand description

Add a post-processing view as an alias of the reference view with tag refTag. If copyOptions is set, copy the options of the reference view. If tag is positive use it (and remove the view with that tag if it already exists), otherwise associate a new tag. Return the view tag.