0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_1 / bug12918
1 puts "============"
2 puts "OCC12918"
3 puts "============"
4 puts ""
5 #######################################################################
6 # Boolean Operations failed
7 #######################################################################
8
9 set BugNumber OCC12918
10
11 restore [locate_data_file OCC12918_1.brep] b1
12 restore [locate_data_file OCC12918_2.brep] b2
13
14 bop b1 b2
15 bopfuse result
16
17 checkprops result -s 0.00240038 
18 checkshape result
19 checknbshapes result -vertex 24 -edge 36 -wire 14 -face 14 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 91
20 checkview -display result -2d -path ${imagedir}/${test_image}.png
21