[Gmsh] build conformal mesh from STEP file using only the GUI

2018-09-25 Thread Zenker, Dr. Matthias
Hi, I have a simple question and apologize if this has been answered before - I didn't find the answer in the archive or the gmsh manual. I want to do the following using the gmsh GUI: 1. Import a STEP file containing several bodies 2. remove duplicate entities, i.e. the duplicate

Re: [Gmsh] build conformal mesh from STEP file using only the GUI

2018-09-25 Thread Zenker, Dr. Matthias
Thank you, it works! I just didn’t see it since I expected this menu entry to be on a higher level in the tree… I agree that scripting a .geo file is often better, especially if you don’t mind to “program” your workflow, and if automation and reproducibility is an issue. Here I want to demonstra

Re: [Gmsh] gmsh-4.0.1 : error during cmake

2018-09-25 Thread Ashwini D R
Hi Thanks for the help ! gmsh was installed successfully, However i have trouble generating the cgns file. cmake -DENABLE_HXT=0 -DENABLE_CGNS=1 .. make make install /gmsh-4.0.1-source/Gmsh401/gmsh spices.geo -1 -format cgns -o /Mesh/spices.cgns Error : This version of Gmsh was compiled w

[Gmsh] Mesh smoothing in 2D

2018-09-25 Thread Hector Gabriel Espinoza Román
Hello: I have a simple test case where smoothing does not work as I expected, maybe there is a reason. I have two surfaces, one unstructured (surface 2) and other structured (surface 1) (transfinite using progression 2) With Mesh.Smoothing=0 all is ok (transfinite surface using progression

Re: [Gmsh] build conformal mesh from STEP file using only the GUI

2018-09-25 Thread Max Orok
Hello Matthias, Both of those commands are under the Geometry -> Elementary entities menu. [image: image.png] While the GUI is very nice, I personally prefer using a geo file and opening it in the GUI, since it is a bit more reproducible for tricky models. Sincerely, Max On Tue, Sep 25, 2018 at

[Gmsh] About outputting Voronoi tessellations

2018-09-25 Thread Jiang, Yu
Hello Gmsh developers, Thanks for developing the nice code for meshing. I got my 3d Delaunay triangulation without any problem. However, when I tried to make a Voronoi tessellation, I failed to find a way. As long as I read from the manual, there is a setting Mesh.Voronoi=1 which visualizes a