0025266: Debug statements in the source are getting flushed on to the console
[occt.git] / tests / bugs / vis / bug24901
CommitLineData
63c629aa 1puts "============"
2puts "CR24901"
3puts "============"
4puts ""
5#######################################################################
6# Visualization - Incorrect area filled with capping color
7#######################################################################
8
9vinit View1
10box b 10 10 10
11vdisplay b
12vsetdispmode 1
13
14vclipplane create pln1
15vclipplane set pln1 object b
16vclipplane change pln1 equation 0 1 0 -5
17vclipplane change pln1 capping on
18vfit
19vmoveto 304 146
20
21set x_coord 304
22set y_coord 146
23checkcolor $x_coord $y_coord 0 1 1
24if { $stat != 1 } {
25 puts "Error : Highlighting is broken."
26}
27
28set only_screen 1