/// <summary> /// Remove all duplicate entities (different entities at the same geometrical /// location). /// </summary> public static void RemoveAllDuplicates() { Gmsh_Warp.GmshModelGeoRemoveAllDuplicates(ref Gmsh._staticreff); Gmsh.CheckException(MethodBase.GetCurrentMethod().MethodHandle); }