[−][src]Function gmsh_sys::gmshModelOccAddBox
pub unsafe extern "C" fn gmshModelOccAddBox(
x: f64,
y: f64,
z: f64,
dx: f64,
dy: f64,
dz: f64,
tag: c_int,
ierr: *mut c_int
) -> c_int
Add a parallelepipedic box defined by a point (x
, y
, z
) and the
extents along the x-, y- and z-axes. If tag
is positive, set the tag
explicitly; otherwise a new tag is selected automatically. Return the tag
of the box.