0030829: BRepExtrema_ShapeProximity crashes with shape from STL/WRL
[occt.git] / tests / bugs / modalg_5 / bug24706
CommitLineData
df80c6dd 1puts "========"
2puts "CR24706"
3puts "========"
4puts ""
5#########################################
6## Solids produced by BOP do not have flag Closed set in shells
7#########################################
8
9box b 10 10 10
10psphere s 2
11bcut r b s
12
13explode r sh
14set info [whatis r_1]
15if { [regexp {Closed} ${info}] } {
16 puts "OK : Flag CLOSED is set for closed shells created during perform of Boolean Operation"
17} else {
18 puts "Faulty : Flag CLOSED is not set for closed shells created during perform of Boolean Operation"
19}