0028599: Replacement of old Boolean operations with new ones in BRepProj_Projection...
[occt.git] / tests / bugs / modalg_1 / bug10232
CommitLineData
a4eba920 1puts "TODO OCC11111 ALL: Error : is WRONG because number of "
61c421bf 2
3puts "============"
4puts "OCC10232"
5puts "============"
6puts ""
7#######################################################################
8# Exception "Segmentation violation" in Boolean Operations
9#######################################################################
10
11set BugNumber OCC10232
12
13puts "Load first shape ..."
14restore [locate_data_file OCC10232_ms1.brep] b1
15puts "Load second shape ..."
16restore [locate_data_file OCC10232_ms2.brep] b2
17
18puts "Prepare boolean operation ..."
19bop b1 b2
20
21puts "Start boolean operation ..."
22bopsection result
23puts "Finish boolean operation ..."
24
25dfc507 25checkprops result -l 3356.31
58cf74e0 26checkshape result
27checksection result
a4eba920 28checknbshapes result -vertex 1197 -edge 1182 -wire 0 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 2380
61c421bf 29