예제 #1
0
 /// <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);
 }