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

No commit message

No commit message
parent 0bf35de4
Branches
Tags
No related merge requests found
...@@ -8,6 +8,6 @@ a() = ShapeFromFile("component8.step"); ...@@ -8,6 +8,6 @@ a() = ShapeFromFile("component8.step");
f() = Boundary{ Volume{a()}; }; f() = Boundary{ Volume{a()}; };
e() = Unique( Boundary{ Surface{f()}; } ); e() = Unique( Boundary{ Surface{f()}; } );
Fillet{a()}{e()}{1.5} Fillet{a()}{e()}{1}
Delete{ Volume{a()}; Surface{f()}; Line{e()}; } Delete{ Volume{a()}; Surface{f()}; Line{e()}; }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment