0021762: Integration of new Boolean Operation algorithm to OCCT.
[occt.git] / tests / bugs / moddata_1 / bug152_1
1 # by apn master-master 03.12.2012
2 puts "TODO OCC12345 ALL: Error : The square of result shape is"
3 puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
4 #puts "TODO OCC12345 ALL: An exception was caught"
5 #puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
6 #puts "TODO OCC12345 ALL: TEST INCOMPLETE"
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 set square 276424
27 set 2dviewer 0
28