[][src]Function gmsh_sys::gmshModelMeshSetReverse

pub unsafe extern "C" fn gmshModelMeshSetReverse(
    dim: c_int,
    tag: c_int,
    val: c_int,
    ierr: *mut c_int
)

Set a reverse meshing constraint on the model entity of dimension dim and tag tag. If val is true, the mesh orientation will be reversed with respect to the natural mesh orientation (i.e. the orientation consistent with the orientation of the geometry). If val is false, the mesh is left as-is.