0028567: Get rid of the unused DRAW commands based on old Boolean Operations (BRepAlgo)
[occt.git] / tests / bugs / modalg_1 / bug100
1
2 puts "================"
3 puts "OCC100"
4 puts "================"
5 puts ""
6 ########################################
7 ## Draw is crashed during cut on Windows NT. SAM1185.
8 ########################################
9
10 restore [locate_data_file OCC100_sp.brep] sh1 
11 checkshape sh1
12
13 restore [locate_data_file OCC100_cyl.brep] sh2
14 checkshape sh2
15
16 #OCC100 : on WNT result is crushed when we make the next command:
17
18 bcut result sh1 sh2
19
20 checkprops result -s 2130.25 
21 checkshape result
22 checkview -display result -2d -path ${imagedir}/${test_image}.png
23
24