[][src]Function gmsh_sys::gmshModelOccDilate

pub unsafe extern "C" fn gmshModelOccDilate(
    dimTags: *mut c_int,
    dimTags_n: usize,
    x: f64,
    y: f64,
    z: f64,
    a: f64,
    b: f64,
    c: f64,
    ierr: *mut c_int
)

Scale the model entities dimTag by factors a, b and c along the three coordinate axes; use (x, y, z) as the center of the homothetic transformation.