コード例 #1
0
ファイル: Gmsh.Model.cs プロジェクト: noy1993/Gmsh.Net
 /// <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);
 }