0014531: Boolean Operation Algorithm fails
[occt.git] / tests / bugs / moddata_1 / bug152_1
1 puts "TODO OCC22033 ALL: Error : The area of result shape is"
2 puts "TODO OCC22033 ALL: Faulty shapes in variables faulty_1 to faulty_"
3 if { [regexp {Debug mode} [dversion]] } {
4   puts "TODO OCC22033 ALL: TEST INCOMPLETE"
5   puts "TODO OCC22033 ALL: Exception"
6 }
7
8 puts "================"
9 puts "OCC152"
10 puts "SAM1178"
11 puts "================"
12 puts ""
13 #################################################################
14 ## SAM1178(#1871): Bad escaped result after a cut operation on the shape.
15 #################################################################
16
17 restore [locate_data_file OCC152.brep] sh 
18 explode sh
19
20 checkshape sh_1
21 checkshape sh_2
22
23 bcut result sh_1 sh_2
24 checkshape result
25
26 checkprops result -s 276424
27 checkview -display result -2d -path ${imagedir}/${test_image}.png
28