コード例 #1
0
ファイル: Gmsh.Fltk.cs プロジェクト: noy1993/Gmsh.Net
 /// <summary>
 /// Run the event loop of the graphical user interface, i.e. repeatedly call
 /// `wait()'. First automatically create the user interface if it has not yet
 /// been initialized. Can only be called in the main thread.
 /// </summary>
 public static void Run()
 {
     Gmsh_Warp.GmshFltkRun(ref Gmsh._staticreff);
     Gmsh.CheckException(MethodBase.GetCurrentMethod().MethodHandle);
 }