0031496: Modeling Algorithms - BRepAlgo::ConcatenateWireC0() crashes
[occt.git] / tests / bugs / modalg_7 / bug28393_2
1 puts "========"
2 puts "OCC28393"
3 puts "========"
4 puts ""
5 ###################################
6 # Boolean cut produce wrong result.
7 ###################################
8
9 restore [locate_data_file bug28393_o2.brep] o
10 restore [locate_data_file bug28393_t2.brep] t
11
12 bcut result o t
13
14 checkshape result
15 bopcheck result
16
17 checkprops result -s 216.264 -v 238.204
18 checknbshapes result -solid 1 -shell 1 -face 12 -wire 12
19
20 checkview -display result -2d -path ${imagedir}/${test_image}-result.png