0027481: [Regression to OCCT 6.6.0] Modeling Algorithms - incorrect CUT on two solids
[occt.git] / tests / bugs / modalg_2 / bug250_2
1 puts "TODO OCC12345 ALL: Error : The length of result shape is"
2 puts "TODO OCC12345 ALL: Error :  is WRONG because number of"
3
4 puts "========================"
5 puts " OCC250 "
6 puts "========================"
7
8 #################################################
9 ## puts "  BOPTUC      case_9_wire_a.brep and case_9_wire2.brep"
10 #################################################
11  puts " " 
12 restore [locate_data_file case_9_wire_a.brep] a
13 restore [locate_data_file case_9_wire2.brep] b
14 puts [bop a b]
15 puts [boptuc result]
16
17 checknbshapes result -vertex 7 -edge 6
18 checkprops result -l 0 
19 checkshape result 
20 checksection result
21 checkview -display result -2d -path ${imagedir}/${test_image}.png
22