0026196: Wrong result obtained by projection algorithm.
[occt.git] / tests / bugs / modalg_6 / bug26420_2
CommitLineData
c5d8782c 1puts "========"
2puts "OCC26420"
3puts "========"
4puts ""
5######################################################
6# BOPAlgo_Builder resets "Closed" flag in the result
7######################################################
8
9polyline pp 0 4 0 7 4 0 7 6 0 0 6 0 0 4 0
10mkplane ff pp
11vertex v0 5 4 0
12vertex v1 4 6 0
13bclearobjects
14bcleartools
15baddobjects v0 v1 ff
16bfillds
17bbuild r
18explode r w
19set bug_info [whatis r_1]
20if {[lindex $bug_info 8] != "Closed"} {
21 puts "ERROR: OCC26420 is reproduced. Flag CLOSED is not set."
22}