0025981: Wrong result obtained by projection algorithm.
[occt.git] / tests / bugs / moddata_3 / bug25202_3
CommitLineData
ab860031 1puts "========"
2puts "CR25202"
3puts "========"
4puts ""
5#########################################
6## Incorrect value of IsClosed flag in shapes produced by some algorithms
7#########################################
8
9plane pp 0 0 0 0 0 1
10trim pp pp 0 100 0 100
11mkface ff pp
12prism result ff 0 0 20
13
14set info [whatis result]
da72a17c 15if { [regexp {Closed} ${info}] != 1 } {
ab860031 16 puts "OK : value of IsClosed flag is correct"
17} else {
18 puts "Error : value of IsClosed flag is not correct"
19}
20
21set 2dviewer 1