<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="tahoma">Hi all,<br>
      <br>
      Is there a way to abandon duplicate/extrude statements but keep
      points/lines/surfaces?<br>
      <br>
      For example:<br>
      You extrude a line and get auto-generated numbering for new
      points, line and surface. I would like to give up on the
      possibility of changing extrude parameters and have access to the
      points and lines themselves.<br>
      <br>
      Start with that:<br>
      Line(3) = {1, 2};<br>
      Extrude {0, 0, 1}{<br>
          Line{3};<br>
      }<br>
      <br>
      and instead get this:<br>
      Line(3) = {1,2};<br>
      Point(4) = {x1, y1, z1+1};</font><br>
    <font face="tahoma"><font face="tahoma">Point(5) = {x2, y2, z2+1};</font><br>
      Line(6) = {4,5};<br>
      Line(7) = {1,4};<br>
      Line(8) = {2,5};<br>
      Line Loop(9) = {3,8, -6, -7};<br>
      Plane Surface(10) = {9};<br>
      <br>
      <br>
      Is that possible?<br>
      Thanks,<br>
      PM<br>
    </font>
  </body>
</html>