Re: [Gmsh] Gmsh Viewer in a Qt software

2017-12-06 Thread Christophe Geuzaine
> On 6 Dec 2017, at 11:27, Damien David wrote: > > Dear Sir, > > I am building a little software with an GUI on Qt. > This software integrates some gmsh code to > -read ".geo" files > -do surface meshing > -use to the mesh coordinates to compute radiation heat

Re: [Gmsh] Error in -save_all option

2017-12-06 Thread Christophe Geuzaine
> On 6 Dec 2017, at 13:45, Markand Pathak > wrote: > > Respected, > > I am using gmsh to generate 2d mesh for large number of similar > geometries(2D). > My command looks like.. > > gmsh -2 input.geo -o output.inp > > When i import the generated inp file to

Re: [Gmsh] Feedback on new Gmsh API

2017-12-06 Thread Christophe Geuzaine
> On 5 Dec 2017, at 16:26, Juan Sanchez wrote: > > Thanks for doing this. > > Will it be possible for commands sent to the API to be serialized to a > GEO file? For the most part, yes: with the built-in cad kernel you can serialize to a .geo file (with

Re: [Gmsh] Feedback on new Gmsh API

2017-12-06 Thread Marek Wojciechowski
Dnia poniedziałek, 4 grudnia 2017 12:53:06 CET Christophe Geuzaine pisze: > See demos/api/README.txt : basically, you need to either explicitly build > the shared Gmsh libraries (cmake -DENABLE_BUILD_SHARED=1 ..; make), or the > dynamic Gmsh app, which will build the shared libraries (cmake >

[Gmsh] Error in -save_all option

2017-12-06 Thread Markand Pathak
Respected,I am using gmsh to generate 2d mesh for large number of similar geometries(2D).My command looks like..gmsh -2 input.geo -o output.inpWhen i import the generated inp file to fluent it shows error that the given mesh is 3d instead of 2d. However using gui when i export as inp while

[Gmsh] Gmsh Viewer in a Qt software

2017-12-06 Thread Damien David
Dear Sir, I am building a little software with an GUI on Qt. This software integrates some gmsh code to -read ".geo" files -do surface meshing -use to the mesh coordinates to compute radiation heat exchange. I would like to integrate in my GUI a little window which shows the geometry in 3D.