<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<br>Hello,<br><br>I am building a cube using the "Extrute" command as<br>shown in the piece of code that follows:<br><br>        Point(1) = { 0, 0, 0}; <br>        Point(2) = {10, 0, 0};<br><br>        Line(1)  = {1, 2};<br>        Transfinite Line(1) = 11; <br><br>        surf[] = Extrude {0,10,0} { Line{1}; Layers{10}; }; <br>        vol [] = Extrude {0,0,10} { Surface{surf[1]}; Layers{10}; }; <br><br>The construction starts with the two vertices of index 1 and 2.<br>Is there a way to get the indices of the other 6 vertices  ?<br><br>Thanks <br>                                       </div></body>
</html>