예제 #1
0
 /// <summary>
 /// Add a new model, with name `name', and set it as the current model.
 /// </summary>
 public static void Add(string name)
 {
     Gmsh_Warp.GmshModelAdd(name, ref Gmsh._staticreff);
     Gmsh.CheckException(MethodBase.GetCurrentMethod().MethodHandle);
 }