0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / moddata_3 / bug25202_2
CommitLineData
ab860031 1puts "========"
2puts "CR25202"
3puts "========"
4puts ""
5#########################################
6## Incorrect value of IsClosed flag in shapes produced by some algorithms
7#########################################
8
9box b 100 100 100
10explode b sh
11trotate b_1 0 0 0 1 0 0 45
12removeloc result b_1
13
14set info [whatis result]
15if { [regexp {Closed} ${info}] } {
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