0028802: The tolerance reached by approximator is used in creation of an edge, it...
[occt.git] / tests / bugs / modalg_6 / bug26938_3
CommitLineData
bdae3beb 1puts "TODO OCC28802 Linux: Error : The area of result shape is"
2puts "TODO OCC24694 Windows: Error : The result of cut operation is self-interfered shape"
3
882e1d11 4puts "=========="
5puts "OCC26938 "
6puts "=========="
7puts ""
8#####################################################
9# Boolean operations fail between two ellipsoids
10#####################################################
11
12restore [locate_data_file bug26938.brep] a
13explode a
14
15bcut result a_1 a_2
16
17# Check shape validity
18checkshape result
19
20# Check area
21checkprops result -s 8.7408e+006
22
23# Check self-intersection
24set info [bopcheck result]
25if { [regexp "This shape seems to be OK" ${info}] != 1 } {
26 puts "Error : The result of cut operation is self-interfered shape"
27}
28
29checkview -display result -2d -path ${imagedir}/${test_image}.png