[−][src]Function gmsh_sys::gmshModelGeoTranslate
pub unsafe extern "C" fn gmshModelGeoTranslate(
dimTags: *mut c_int,
dimTags_n: usize,
dx: f64,
dy: f64,
dz: f64,
ierr: *mut c_int
)
Translate the model entities dimTags
along (dx
, dy
, dz
).