コード例 #1
0
ファイル: Gmsh.Fltk.cs プロジェクト: noy1993/Gmsh.Net
 /// <summary>
 /// Create the FLTK graphical user interface. Can only be called in the main
 /// thread.
 /// </summary>
 public static void Initialize()
 {
     Gmsh_Warp.GmshFltkInitialize(ref Gmsh._staticreff);
     Gmsh.CheckException(MethodBase.GetCurrentMethod().MethodHandle);
 }