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