0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_2 / bug20285_15
CommitLineData
3bea4c16 1puts "============"
2puts "OCC20285"
3puts "============"
4puts ""
5#######################################################################
6# SIGFPE Arithmetic exception on MakeCut Appendix for IPAL20277
7#######################################################################
8
9set BugNumber OCC20285
10
11puts "Load first shape ..."
12restore [locate_data_file OCC20285-main.brep] a1
13explode a1
14renamevar a1_7 b1
15
16puts "Load second shape ..."
17restore [locate_data_file OCC20285-tool.brep] b2
18
19puts "Prepare boolean operation ..."
20bop b1 b2
21
22puts "Start boolean operation ..."
23boptuc result
24puts "Finish boolean operation ..."
25
58cf74e0 26checkprops result -s 42162.7
27checkshape result
3bea4c16 28
a4eba920 29checknbshapes result -vertex 18 -edge 27 -wire 11 -face 11 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 70
3bea4c16 30
5747059b 31checkview -display result -2d -path ${imagedir}/${test_image}.png