<div dir="ltr">Hi Bernd!<br><br><br>Gmsh can assign a characteristic mesh length to nodes. If from FreeCAD you can identify the number of the nodes that surround the solids (or faces) then you can assign them different lengths. For the heat sink example, nodes 1-8 correspond to the outer box. So you can do:<br><br>Merge "heat_sink.brep";<br><br>For n In {1:8}<br>  Characteristic Length { n } = 50;<br>EndFor<br><br>For n In {9:97}<br>  Characteristic Length { n } = 5;<br>EndFor<br><br><br>Does that work for you?<br><br>--<br>jeremy<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Sat, Jul 30, 2016 at 1:41 PM Bernd Hahnebach <<a href="mailto:gmsh@b75.ch" target="_blank">gmsh@b75.ch</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I use CompSolids to make volume meshes which are glued together on<br>
faces. I was wondering if it is possible to use different mesh sizes<br>
for the solids (volumes) the CompSolid is made off. Find an brep<br>
example in an post on FreeCAD forum. Remove .txt<br>
<br>
<a href="http://forum.freecadweb.org/viewtopic.php?f=18&t=16750&p=132256#p132256" rel="noreferrer" target="_blank">http://forum.freecadweb.org/viewtopic.php?f=18&t=16750&p=132256#p132256</a><br>
<br>
cheers bernd<br>
<br>
<br>
<br>
_______________________________________________<br>
gmsh mailing list<br>
<a href="mailto:gmsh@onelab.info" target="_blank">gmsh@onelab.info</a><br>
<a href="http://onelab.info/mailman/listinfo/gmsh" rel="noreferrer" target="_blank">http://onelab.info/mailman/listinfo/gmsh</a><br>
</blockquote></div></div><div dir="ltr"><img class="" style="max-width: 100%;" src="cid:1566b114ae21cbded6c2" alt="nodes.png"></div><img class="" style="max-width: 100%; opacity: 1;" src="cid:1566b11c62d2dea09bd1" alt="heat_sink.png"></div>