0025132: Visualization - treat any TopoDS_Solid as closed volume
[occt.git] / tests / bugs / vis / bug24610
CommitLineData
aeb722e3 1puts "============"
2puts "OCC24610"
3puts "============"
4puts ""
5#######################################################################
6# Erased AIS object should not be taken into account by FitAll operation
7#######################################################################
8
9pload VISUALIZATION
10vinit
11box b1 200 200 200
12vdisplay b1
13vfit
14box b2 2 2 2
15vdisplay b2
16set color_1 [vreadpixel 32 305]
17verase b1
18vfit
19set color_2 [vreadpixel 32 305]
20if {$color_1 == $color_2} {
21 puts "ERROR: OCC24610 is reproduced"
22}
23
24set only_screen 1