0014531: Boolean Operation Algorithm fails
[occt.git] / tests / bugs / modalg_1 / bug100
CommitLineData
0e94a94e 1
2puts "================"
3puts "OCC100"
4puts "================"
5puts ""
6########################################
7## Draw is crashed during cut on Windows NT. SAM1185.
8########################################
9
10restore [locate_data_file OCC100_sp.brep] sh1
352ffd73 11checkshape sh1
0e94a94e 12
13restore [locate_data_file OCC100_cyl.brep] sh2
352ffd73 14checkshape sh2
0e94a94e 15
16#OCC100 : on WNT result is crushed when we make the next command:
17
18bcut result sh1 sh2
19
58cf74e0 20checkprops result -s 2130.25
21checkshape result
5747059b 22checkview -display result -2d -path ${imagedir}/${test_image}.png
0e94a94e 23
24