Beispiel #1
0
 /// <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);
 }