[−][src]Function gmsh_sys::gmshModelOccHealShapes
pub unsafe extern "C" fn gmshModelOccHealShapes(
outDimTags: *mut *mut c_int,
outDimTags_n: *mut usize,
dimTags: *mut c_int,
dimTags_n: usize,
tolerance: f64,
fixDegenerated: c_int,
fixSmallEdges: c_int,
fixSmallFaces: c_int,
sewFaces: c_int,
ierr: *mut c_int
)
Apply various healing procedures to the entities dimTags
(or to all the
entities in the model if dimTags
is empty). Return the healed entities in
outDimTags
. Available healing options are listed in the Gmsh reference
manual.