Skip to content
Snippets Groups Projects
Commit e98d33b2 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 63e9e110
No related branches found
No related tags found
No related merge requests found
...@@ -25,9 +25,9 @@ Extrude {0,0,h} { ...@@ -25,9 +25,9 @@ Extrude {0,0,h} {
// The extrusion can also be performed with a rotation instead of a // The extrusion can also be performed with a rotation instead of a
// translation, and the resulting mesh can be recombined into prisms // translation, and the resulting mesh can be recombined into prisms
// (wedges). All rotations are specified by an axis direction // (we use only one layer here, with 7 subdivisions). All rotations
// ({0,1,0}), an axis point ({-0.1,0,0.1}) and a rotation angle // are specified by an axis direction ({0,1,0}), an axis point
// (-Pi/2) (only one layer here, with 7 subdivisions): // ({-0.1,0,0.1}) and a rotation angle (-Pi/2):
Extrude { {0,1,0} , {-0.1,0,0.1} , -Pi/2 } { Extrude { {0,1,0} , {-0.1,0,0.1} , -Pi/2 } {
Surface{122}; Layers { 7, 1 }; Recombine; Surface{122}; Layers { 7, 1 }; Recombine;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment