0026106: BRepMesh - revision of data model
[occt.git] / tests / bugs / modalg_2 / bug22356
CommitLineData
3bea4c16 1puts "============"
2puts "OCC22356"
3puts "============"
4puts ""
5#######################################################################
6# The result of fuse is not valid for two straight edges.
7# Appendix to the SALOME bug: IPAL22182
8#######################################################################
9
10set BugNumber OCC22356
11
12restore [locate_data_file bug22356_cy.brep] bq
13explode bq e
14copy bq_1 b1
15copy bq_2 b2
16
17puts "Prepare boolean operation ..."
18bop b1 b2
19
20puts "Start boolean operation ..."
21bopfuse result
22puts "Finish boolean operation ..."
23
58cf74e0 24checkprops result -l 300
25checkshape result
26checksection result
3bea4c16 27
a4eba920 28checknbshapes result -vertex 3 -edge 2 -wire 0 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 6
3bea4c16 29
5747059b 30checkview -display result -2d -path ${imagedir}/${test_image}.png