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