0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / modalg_2 / bug20285_6
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_6 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 ..."
23bopsection result
24puts "Finish boolean operation ..."
25
58cf74e0 26checkprops result -l 479.562
27checkshape result
28checksection result
3bea4c16 29
a4eba920 30checknbshapes result -vertex 5 -edge 5 -wire 0 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 11
3bea4c16 31
5747059b 32checkview -display result -2d -path ${imagedir}/${test_image}.png