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

No commit message

No commit message
parent d54a0a67
No related branches found
No related tags found
No related merge requests found
SetFactory("OpenCASCADE");
Mesh.CharacteristicLengthMin = 3;
Mesh.CharacteristicLengthMax = 3;
DefineConstant[
angle = {90, Name "Parameters/wedge angle"}
];
a() = ShapeFromFile("component8.step");
Cylinder(2) = {0,150,0, 0,200,0, 40, angle*2*Pi/360};
BooleanIntersection{ Volume{a(0)}; Delete; }{ Volume{2}; Delete; }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment