0022785: Draw Harness - add possibility to remove a text drawn by the command vdrawtext
[occt.git] / tests / bugs / vis / bug597_4
CommitLineData
352ffd73 1puts "=================================="
2puts "BUC60569"
3puts "OCC597"
4puts "=================================="
5puts ""
6puts "=================================="
7puts "It takes visual check for this BUG"
8puts "=================================="
9puts ""
10
11restore [locate_data_file buc60569a.rle] result
12tclean result
13vinit
14
15checkshape result
16
17BUC60569 result
18vfit
4754e164 19
20vselect 250 190
21vselect 180 350 1
22vmoveto 250 190
23vmoveto 180 350
24vselect 390 390
352ffd73 25
26set x_coord 335
27set y_coord 331
28
29checkcolor $x_coord $y_coord 1 1 0
30
31if {$stat != 1} {
32 puts "Error : The right face is NOT deSelected."
33}
34
35set x_coord 101
36set y_coord 347
37
38checkcolor $x_coord $y_coord 1 1 0
39
40if {$stat != 1} {
41 puts "Error : The left face is NOT deSelected"
42}
43
44set only_screen 1
45