[][src]Module rgmsh::fltk

Manipulation of the FLTK graphical user interface.

Use the Gmsh GUI to check your work.

let gmsh = Gmsh::initialize()?;
let mut geom = gmsh.create_occ_model("model")?;

// -- add a bunch of complicated shapes

// look at your model in the GUI
let gui = gmsh.run_gui()?;

Structs

Gui

The FLTK GUI object