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