0027481: [Regression to OCCT 6.6.0] Modeling Algorithms - incorrect CUT on two solids
[occt.git] / tests / bugs / modalg_2 / bug212
1 puts "========"
2 puts "OCC212"
3 puts "========"
4 ################################################
5 ## Bug in Topological "Common" boolean operation
6 ################################################
7
8 restore [locate_data_file OCC212-1.brep] S1 
9 checkshape S1
10 restore [locate_data_file OCC212-2.brep] S2 
11 checkshape S2
12
13 bop S1 S2
14 bopcommon result
15
16 checkprops result -s 314.301 
17 checkshape result
18 checkview -display result -2d -path ${imagedir}/${test_image}.png
19