0029351: Boolean Operations create invalid pcurves
[occt.git] / tests / bugs / modalg_2 / bug21460
CommitLineData
3bea4c16 1puts "============"
2puts "OCC21460"
3puts "============"
4puts ""
5#######################################################################
6# SIGFPE in BOP on two attached edges
7#######################################################################
8
9set BugNumber OCC21460
10
11puts "Load first shape ..."
12restore [locate_data_file bug21460_aE1.brep] e1
13
14puts "Load second shape ..."
15restore [locate_data_file bug21460_aE2.brep] e2
16
17puts "Prepare boolean operation ..."
18bop e1 e2
19
20puts "Start boolean operation ..."
21bopfuse result
22puts "Finish boolean operation ..."
23
24set mistake 0
25
58cf74e0 26checkprops result -l 448.285
27checkshape result
28checksection result
3bea4c16 29
a4eba920 30checknbshapes result -vertex 5 -edge 4 -wire 0 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 10
5747059b 31checkview -display result -2d -path ${imagedir}/${test_image}.png