<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    Is that what you want?<br>
    <br>
    // --- ex.geo ---<br>
    <br>
    cl = 0.1;
<br>
    k = 10;   
// the number of layers<br>
     <br>
    Point(1) = {0, 0, 0, cl};
<br>
    Point(2) = {1, 0, 0, cl};
<br>
    Point(3) = {1, 1, 0, cl};
<br>
    Point(4) = {0, 1, 0, cl};
<br>
     <br>
    Line(1) = {1, 2};
<br>
    Line(2) = {2, 3};
<br>
    Line(3) = {1, 4};
<br>
    Line(4) = {4, 3};
<br>
     <br>
    Line Loop(21) = {1, 2, -4, -3};
<br>
    Plane Surface(1) = {21};
<br>
     <br>
    vol[] = Extrude {0, 0, 1} { Surface{1}; Layers{k}; };
<br>
    <br>
    <br>
    Best,<br>
    Mikhail<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 11/18/2014 07:56 AM, Markus Fornoff
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAFA9_eBCVro-8x2dTZGfaW7ZTCcfHAXWge6mtxv+kTmJCeYteg@mail.gmail.com"
      type="cite">
      <p dir="ltr">Hi,<br>
        I Would  like  to have  a defined  number  of Element layers 
        (3d Elements) through  in z Direction. :)</p>
      <p dir="ltr">Thanks </p>
      <div class="gmail_quote">Am 18.11.2014 14:54 schrieb "Mikhail
        Artemyev" <<a moz-do-not-send="true"
          href="mailto:artemiev.mikhail@gmail.com">artemiev.mikhail@gmail.com</a>>:<br
          type="attribution">
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Markus,<br>
          <br>
          What is the tetra-layers?<br>
          <br>
          Best,<br>
          Mikhail<br>
          <br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            Hello,<br>
            <br>
            I'm using your nice gmsh-tool, its very good to handle. But
            I've would like<br>
            to know if there is a way to define a minimum number of
            tetra-layers?<br>
            <br>
            <br>
            Thanks.<br>
          </blockquote>
          <br>
        </blockquote>
      </div>
    </blockquote>
    <br>
  </body>
</html>