[−][src]Function gmsh_sys::gmshModelOccTranslate
pub unsafe extern "C" fn gmshModelOccTranslate(
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
).