[Gmsh] edge mesh, connect the vertices of a compound of edges
Bernd Hahnebach
gmsh at b75.ch
Fri Oct 9 14:56:53 CEST 2015
Hello list members,
a few weeks ago I asked in the regard of connecting faces and edges
off compounds. I wonder if it is possible to connect vertices of edge
meshes too?
beam mesh (edge mesh)
--> connect the edges where they share the same vertice
--> ???
shell mesh (face mesh)
--> connect the faces where they share the same edge
--> -string "Geometry.OCCSewFaces=1;"
solid mesh (volume mesh)
--> connect the solids where they share the same face (works for
planar faces only!)
--> -string "Geometry.OCCConnectFaces = 1;"
I had a look at
http://www.manpagez.com/info/gmsh/gmsh-2.4.0/gmsh_75.php but could not
find anything in this regard.
Bernd