[][src]Function gmsh_sys::gmshModelGetEntitiesInBoundingBox

pub unsafe extern "C" fn gmshModelGetEntitiesInBoundingBox(
    xmin: f64,
    ymin: f64,
    zmin: f64,
    xmax: f64,
    ymax: f64,
    zmax: f64,
    tags: *mut *mut c_int,
    tags_n: *mut usize,
    dim: c_int,
    ierr: *mut c_int
)

Get the model entities in the bounding box defined by the two points (xmin, ymin, zmin) and (xmax, ymax, zmax). If dim is >= 0, return only the entities of the specified dimension (e.g. points if dim == 0).