0014531: Boolean Operation Algorithm fails
[occt.git] / tests / bugs / modalg_6 / bug27519_1
1 puts "========"
2 puts "0027519: Inconsistent result of SECTION operation"
3 puts "========"
4 puts ""
5
6 restore [locate_data_file bug27448_b1255.brep] b
7 explode b
8 bsection result b_1 b_2
9 set chsec [checksection result]
10 puts $chsec
11 if {![regexp {nb alone Vertices : 2} $chsec]} { 
12   puts "Error: the section is not closed"
13 }