Skip to content
Snippets Groups Projects
Commit abad086e authored by Guillaume Demesy's avatar Guillaume Demesy
Browse files

remove fillet

parent 340fce2a
No related branches found
No related tags found
No related merge requests found
Pipeline #10466 passed
......@@ -191,12 +191,11 @@ If (tag_geom==3)
Box(9) = {-Lx/2 , -Ly/2 , hh_L_3 , Lx, ry, rz};
Box(10) = {-Lx/2 , Ly/2-ry , hh_L_3 , Lx, ry, rz};
Box(11) = {-Lx/2 , -Ly/2 , hh_L_3 , rx, Ly, rz};
r_fillet = 15*nm;
scat() = BooleanUnion{ Volume{9}; Delete; }{ Volume{10,11}; Delete;} ;
fscat() = Abs(Boundary{ Volume{scat()} ; });
escat() = Unique(Abs(Boundary{ Surface{fscat()}; }));
Fillet{scat()}{escat()}{r_fillet}
// r_fillet = 15*nm;
// fscat() = Abs(Boundary{ Volume{scat()} ; });
// escat() = Unique(Abs(Boundary{ Surface{fscat()}; }));
// Fillet{scat()}{escat()}{r_fillet}
EndIf
If (tag_geom==4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment