0025879: result of blend fails the bopcheck
[occt.git] / tests / bugs / moddata_1 / bug152_2
CommitLineData
9aa684ed 1puts "TODO OCC22033 ALL: Faulty shapes in variables faulty_1 to faulty_"
2if { [regexp {Debug mode} [dversion]] } {
3 puts "TODO OCC22033 ALL: TEST INCOMPLETE"
4 puts "TODO OCC22033 ALL: Exception"
5}
0e94a94e 6
7puts "================"
8puts "OCC152"
9puts "SAM1178"
10puts "================"
11puts ""
12#################################################################
13## SAM1178(#1871): Bad escaped result after a cut operation on the shape.
14#################################################################
15
16restore [locate_data_file OCC152.brep] sh
17explode sh
18
352ffd73 19checkshape sh_1
20checkshape sh_2
0e94a94e 21
22bcut result sh_2 sh_1
352ffd73 23checkshape result
0e94a94e 24
58cf74e0 25checkprops result -s 34894.3
5747059b 26checkview -display result -2d -path ${imagedir}/${test_image}.png
0e94a94e 27