<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi All,<br><br>It seems that `Merge' of a surface (STL file in my case) overwrites Surface( 1 ).<br><br>For example, this file defines a plane surface (rectangle) and imports a sphere saved in an STL file:<br><br>Point( 1 ) = { -5    , -5    , -1 };<br>Point( 2 ) = { -5    , 5  , -1 };<br>Point( 3 ) = { 5    , 5  , -1 };<br>Point( 4 ) = { 5    , -5    , -1  };<br><br>Line( 1 ) = { 1, 2 };<br>Line( 2 ) = { 2, 3 };<br>Line( 3 ) = { 3, 4 };<br>Line( 4 ) = { 4, 1 };<br><br>Line Loop( 1 ) = {1, 2, 3, 4};<br><br>// define the rectangle<br>Plane Surface( 1 ) = { 1 };<br><br>Merge "sph.stl";<br><br>After running Gmsh shows only there is only surface( 1 ) which is the sphere and not the rectangle. Is this how it's supposed to
 work?.<br><br>Cheers,<br>Mike.<br></td></tr></table><br>