0014531: Boolean Operation Algorithm fails
[occt.git] / tests / bugs / modalg_2 / bug22893
1 puts "============"
2 puts "OCC22893"
3 puts "============"
4 puts ""
5 #############################################################################
6 # Possible regression is tesselation algorithm of OCCT 6.5.2 
7 #############################################################################
8
9 set BugNumber OCC22893
10
11 catch {pload XDE}
12
13 igesread [locate_data_file OCC22893-thread_22534_boing777.igs] result *
14
15 checkprops result -s 26974.5 
16 checkshape result
17
18 checknbshapes result -vertex 4183 -edge 4191 -wire 653 -face 639 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 9667
19 checkview -display result -2d -path ${imagedir}/${test_image}.png
20
21