<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""></div><div class=""><br class=""></div><div class="">Note that there is a small trick to get a fully extruded mesh in your case, as we can currently only extrude meshes on OpenCASCADE geometries by rotation angles (strictly) smaller than 2*pi. I thus had to rotate in 2 steps. However this would lead to duplicate vertices on the seam - because if we apply "Coherence" (or "BooleanFragments") the geometrical entities will change... which will prevent the mesh extrusion to work. So the trick is:</div><div class=""><br class=""></div><div class="">- extrude in 2 parts</div><div class="">- mesh</div><div class="">- remove the duplicate vertices "by hand" with the "Coherence Mesh" command.</div><div class=""><br class=""></div><div class="">This is a bit ugly, but at least it works ;-)</div><div class=""><br class=""></div><div class="">Christophe</div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 3 Jul 2018, at 09:20, Luca Verzeroli <<a href="mailto:luca.verzeroli@serioplast.com" class="">luca.verzeroli@serioplast.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi,<br class=""><br class="">I'm a researcher at the University of Bergamo (Italy). Me and my team are dealing with a FEM simulation involving bottles. We are trying to create a 3D mesh of a simple bottle obtained by rotating a section. I'm attaching  the example and the geo file.<br class=""><br class="">The main difficulties we faced with is the insertion of almost two layers in the thickness. In the attachments we are trying to use two layers but we should add some more.<br class=""><br class="">Could someone give us some advice to realize a correct mesh?<br class=""><br class=""><span id="cid:D40F6446-8C0E-462E-B17A-5BE12D15F245@home"><Screenshot from 2018-07-03 09-04-31.png></span><span id="cid:D51976C7-AD66-4142-929D-3C2A75E34059@home"><Screenshot from 2018-07-03 09-05-14.png></span><span id="cid:F0A594DD-935C-4F4F-B6B7-A7E9A918DCED@home"><Screenshot from 2018-07-03 09-06-17.png></span><span id="cid:D8A053B9-7B08-4D27-AA9E-EABA6D97EEE2@home"><bottle.geo></span>_______________________________________________<br class="">gmsh mailing list<br class=""><a href="mailto:gmsh@onelab.info" class="">gmsh@onelab.info</a><br class="">http://onelab.info/mailman/listinfo/gmsh<br class=""></div></div></blockquote></div><br class=""><div class="">
<div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">— </div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Prof. Christophe Geuzaine<br class="">University of Liege, Electrical Engineering and Computer Science <br class=""><a href="http://www.montefiore.ulg.ac.be/~geuzaine" class="">http://www.montefiore.ulg.ac.be/~geuzaine</a><br class=""><br class="">Free software: http://gmsh.info | http://getdp.info | http://onelab.info</div></div>
</div>
<br class=""></div></body></html>