Hello,

I am building a cube using the "Extrute" command as
shown in the piece of code that follows:

        Point(1) = { 0, 0, 0}; 
        Point(2) = {10, 0, 0};

        Line(1)  = {1, 2};
        Transfinite Line(1) = 11; 

        surf[] = Extrude {0,10,0} { Line{1}; Layers{10}; }; 
        vol [] = Extrude {0,0,10} { Surface{surf[1]}; Layers{10}; }; 

The construction starts with the two vertices of index 1 and 2.
Is there a way to get the indices of the other 6 vertices  ?

Thanks 
                                          
_______________________________________________
gmsh mailing list
[email protected]
http://www.geuz.org/mailman/listinfo/gmsh

Reply via email to