[−][src]Function gmsh_sys::gmshModelGeoMeshSetRecombine
pub unsafe extern "C" fn gmshModelGeoMeshSetRecombine(
dim: c_int,
tag: c_int,
angle: f64,
ierr: *mut c_int
)
Set a recombination meshing constraint on the model entity of dimension
dim
and tag tag
. Currently only entities of dimension 2 (to recombine
triangles into quadrangles) are supported.