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

fix

parent 19245f3f
No related branches found
No related tags found
No related merge requests found
...@@ -26,12 +26,15 @@ For iLine In {1:4} ...@@ -26,12 +26,15 @@ For iLine In {1:4}
Transfinite Line{iLine} = nb_pts_edge; Transfinite Line{iLine} = nb_pts_edge;
EndFor EndFor
Line Loop(1) = {1,2,3,4}; out[] = Extrude{0, 0, L}{Line{1:4}; Layers{nb_layers};};
Plane Surface(1) = {1};
out[] = Extrude{0, 0, L}{Surface{1}; Layers{nb_layers};}; Extrude { Surface{out[{1, 5, 9, 13}]}; Layers{5, 0.1}; Recombine; Using Index[0]; }
Extrude { Surface{- out[{1, 5, 9, 13}]}; Layers{5, 0.1}; Recombine; Using Index[1]; }
Extrude { Surface{13,17,21,25}; Layers{5, 0.1}; Recombine; Using Index[0]; }
Extrude { Surface{-13,-17,-21,-25}; Layers{5, 0.1}; Recombine; Using Index[1]; }
Line Loop(197) = {132, 154, 176, 110};
Plane Surface(198) = {197};
Line Loop(199) = {134, 112, 178, 156};
Plane Surface(200) = {199};
Surface Loop(201) = {200, 152, 174, 196, 130, 198};
Volume(202) = {201};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment