<div dir="ltr"><div>Hi, <br></div><div><br></div><div>I am trying to align surfaces so that they can create one connected big mesh. I would like to connect end of the mesh on surface(1)  with beginning of mesh on surface (2). Is that possible?<br></div><div><br></div><div>This is my .geo file:<br></div><div><br>p82=newp;<br>Point(p82 +1)={1200,0,0};<br>Point(p82 +2)={1200,1200,0};<br>Point(p82 +3)={1200,1200,1000};<br>Point(p82 +4)={1200,0,1000};<br>Point(p82+5)={0,1200,400};<br>Point(p82+6)={0,1200,0};<br>Point(p82+7)={1200,1200,400};<br><br><br>Line(2881)={p82+2,p82+3};<br>Line(2882)={p82+3,p82+4};<br>Line(2883)={p82+4,p82+1};<br>Line(2884)={p82+1,p82+2};<br><br>Line(2885)={p82+2,p82+7};<br>Line(2886)={p82+7,p82+5};<br>Line(2887)={p82+5,p82+6};<br>Line(2888)={p82+6,p82+2};<br><br>Line Loop(1)={2881,2882,2883,2884};<br>Plane Surface(1)={1};<br><br>Line Loop(2)={2885,2886,2887,2888};<br>Plane Surface(2)={2};<br>//+<br>Transfinite Surface {1};<br>//+<br>Transfinite Surface {2};<br>//+<br>Recombine Surface {1, 2};</div><div><br></div><div>Thank you very much,</div><div>Tadej<br></div></div>