/// <summary> /// Check if the user interface is available (e.g. to detect if it has been /// closed). /// </summary> public static int IsAvailable() { var index = Gmsh_Warp.GmshFltkIsAvailable(ref Gmsh._staticreff); Gmsh.CheckException(MethodBase.GetCurrentMethod().MethodHandle); return(index); }