0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_1 / bug13116_3
1 puts "============"
2 puts "OCC13116"
3 puts "============"
4 puts ""
5 #######################################################################
6 # Boolean Operations produce faulty shape
7 #######################################################################
8
9 restore [locate_data_file OCC13116_sh1.brep] b1
10 restore [locate_data_file OCC13116_sh2.brep] b2
11
12 bop b1 b2
13 bopcut result
14
15 checkprops result -s 438194 
16 checkshape result
17 checknbshapes result -vertex 21 -edge 34 -wire 15 -face 15 -shell 2 -solid 1 -compsolid 0 -compound 1 -shape 89
18 checkview -display result -2d -path ${imagedir}/${test_image}.png
19