コード例 #1
0
ファイル: GMsh.cs プロジェクト: noy1993/Gmsh.Net
 /// <summary>
 /// Clear all loaded models and post-processing data, and add a new empty model.
 /// </summary>
 public static void Clear()
 {
     Gmsh_Warp.GmshClear(ref _staticreff);
     CheckException(MethodBase.GetCurrentMethod().MethodHandle);
 }