0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_1 / bug13209_1
1 puts "============"
2 puts "OCC13209"
3 puts "============"
4 puts ""
5 #######################################################################
6 # Exception is raised while performing boolean operations
7 #######################################################################
8
9 restore [locate_data_file OCC13209_s1.brep] b1
10 restore [locate_data_file OCC13209_s2.brep] b2
11
12 bop b1 b2
13 bopfuse result
14
15 checkprops result -s 17308.3 
16 checkshape result
17 checknbshapes result -vertex 13 -edge 25 -wire 13 -face 12 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 66
18 checkview -display result -2d -path ${imagedir}/${test_image}.png
19