0014531: Boolean Operation Algorithm fails
[occt.git] / tests / bugs / modalg_6 / bug25102
CommitLineData
7f3bf449 1puts "========"
2puts "OCC25102"
3puts "========"
4puts ""
5#################################################
6# A part of intersection cannot be found
7#################################################
8
9restore [locate_data_file bug25102.brep] c
10
11explode c
12
13bsection result c_1 c_2
14
15regexp {nb alone Vertices : ([-0-9.+eE]+)} [checksection result] full nbv
16
17if { $nbv != 2 } {
18 puts "Error : Section is incorrect"
19} else {
20 puts "Section is correct"
21}
22
23checkprops result -l 49.734
24
25checknbshapes result -edge 44
26
27smallview
28fit
29
30checkview -screenshot -2d -path ${imagedir}/${test_image}.png
31