0029528: Visualization, TKOpenGl - allow defining sRGB textures
[occt.git] / tests / bugs / modalg_2 / bug213
1 puts "========"
2 puts "OCC213"
3 puts "========"
4 ################################################
5 ## Bug in Topological "fuse" boolean operation
6 ################################################
7
8 cpulimit 3500
9
10 restore [locate_data_file OCC213-1.brep] S1 
11 checkshape S1
12 restore [locate_data_file OCC213-2.brep] S2 
13 checkshape S2
14
15 bop S1 S2
16 bopfuse result
17
18 checkprops result -s 4835.45 
19 checkshape result
20 checkview -display result -2d -path ${imagedir}/${test_image}.png
21