0029528: Visualization, TKOpenGl - allow defining sRGB textures
[occt.git] / tests / bugs / modalg_6 / bug27519_2
CommitLineData
01b5b3df 1puts "========"
2puts "0027519: Inconsistent result of SECTION operation"
3puts "========"
4puts ""
5
6restore [locate_data_file bug27448_b1255_2.brep] b
7plane p 0 -36.8067 0 0 1 0
8mkface f p
9bsection result b f
10set chsec [checksection result]
11puts $chsec
12if {![regexp {nb alone Vertices : 4} $chsec]} {
13 puts "Error: the section is not closed"
14}
15
16set chsi [bopcheck result]
17puts $chsi
18if {![regexp {This shape seems to be OK.} $chsi]} {
19 puts "Error: the section is self-interfered"
20}