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