0014531: Boolean Operation Algorithm fails
[occt.git] / tests / bugs / modalg_2 / bug213
CommitLineData
352ffd73 1puts "========"
2puts "OCC213"
3puts "========"
4################################################
5## Bug in Topological "fuse" boolean operation
6################################################
7
8cpulimit 3500
9
10restore [locate_data_file OCC213-1.brep] S1
11checkshape S1
12restore [locate_data_file OCC213-2.brep] S2
13checkshape S2
14
15bop S1 S2
16bopfuse result
17
58cf74e0 18checkprops result -s 4835.45
19checkshape result
5747059b 20checkview -display result -2d -path ${imagedir}/${test_image}.png
352ffd73 21