On 15 Jan 2013, at 07:09, Einat Lev <[email protected]> wrote: > Hello all > I am trying to create a simple 3D box, where the bottom is a wavy surface > defined by a few splines. However, I can't find a way to create that surface. > If I try to use a "ruled surface" using the outermost splines, gmsh ignores > the peaks in the interior. If I try to use sub-segments of the splines, I > can't with out splitting them. But when I split the splines using break > points, they become straight lines instead of curvy. > Any ideas?
Gmsh's internal CAD modeler is very rudimentary. For complex surfaces you should probably create them in a "real" CAD tool (e.g. FreeCAD), export as STEP, and mesh in Gmsh. Christophe > Attached is the GEO file. > > All the best, > Einat > <temp.geo>_______________________________________________ > gmsh mailing list > [email protected] > http://www.geuz.org/mailman/listinfo/gmsh -- Prof. Christophe Geuzaine University of Liege, Electrical Engineering and Computer Science http://www.montefiore.ulg.ac.be/~geuzaine _______________________________________________ gmsh mailing list [email protected] http://www.geuz.org/mailman/listinfo/gmsh
