I would like to create a hollow or thick semi-torus, for this, I use the following commands:
SetFactory ("OpenCASCADE");
Torus (1) = {0,0,0, 170,30, Pi};
Torus (2) = {0,0,0, 170,20, Pi};
BooleanDifference (8) = {Volume {1}; Delete; } {Volume {2}; Delete; };
When I try to create the 3D mesh it gives the following error:
PLC Error: A segment and a facet intersect at point Info: (122,229,106,391, -9.48334). Info: Segment: [314,311] # -1 (0) Info: Facet: [7,54,60] # 1 Error: Invalid boundary mesh (segment-facet intersection) on surface 1, intersection (122.229,106.391, -9.48334) Error: No elements in volume 8
Why is this happening? How can it be fixed?.