<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=DE><div class=WordSection1><p class=MsoNormal>I’m very new to GMSH and have some questions about functions in GMSH.</p><p class=MsoNormal>I know how to generate Points with the help of a for-loop. </p><p class=MsoNormal>Now I want to connect these points with a line. </p><p class=MsoNormal>If I’m trying to do this with an if-loop, it connects only the first point with other points.</p><p class=MsoNormal>E.g. Point 1 with Point 2, Point 1 with Point 3 and so on.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I want to have  a Connection between Point 1 and Point 2, Point 2 and Point 3, </p><p class=MsoNormal>Point 3 and Point 4 and so on. </p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Does anyone know how it is possible to generate this in a for-loop?</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Thank you,</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Hanna</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><span style='font-size:12.0pt;font-family:"Times New Roman",serif'><o:p> </o:p></span></p></div></body></html>