/// <summary> /// Set the maximum tag `maxTag' for entities of dimension `dim' in the built- /// in CAD representation. /// </summary> public static void SetMaxTag(int dim, int maxTag) { Gmsh_Warp.GmshModelGeoSetMaxTag(dim, maxTag, ref Gmsh._staticreff); Gmsh.CheckException(MethodBase.GetCurrentMethod().MethodHandle); }