0027448: BOPTools_AlgoTools::IsMicroEdge does not correspond to shape validity criteria
[occt.git] / tests / bugs / modalg_1 / bug1255
CommitLineData
61c421bf 1puts "================"
2puts "OCC1255"
3puts "================"
4puts ""
4e14c88f 5###############################################
6## Exception in command 'section'
7###############################################
8
61c421bf 9restore [locate_data_file OCC1255.brep] a
10checkshape a
11
12plane p1 0 -36.8067 0 0 1 0
13mkface f1 p1
14
15bsection result a f1
16
93e38faa 17checkprops result -l 5837.18
58cf74e0 18checkshape result
01b5b3df 19
20set chsec [checksection result]
21puts $chsec
22if {![regexp {nb alone Vertices : 0} $chsec]} {
23 puts "Error: The section is not closed"
24}
25
5747059b 26checkview -display result -2d -path ${imagedir}/${test_image}.png
01b5b3df 27