Function gmshViewWrite

Source
pub unsafe extern "C" fn gmshViewWrite(
    tag: c_int,
    fileName: *const c_char,
    append: c_int,
    ierr: *mut c_int,
)
Expand description

Write the view to a file fileName. The export format is determined by the file extension. Append to the file if append is set.