0023062: Incorrect display of edge in draw axo viewer
[occt.git] / tests / bugs / vis / bug597_5
CommitLineData
352ffd73 1if { [array get env os_type] != "" } {
2 set os $env(os_type)
3}
4if { [string compare $os "windows"] != 0 } {
5 puts "TODO OCC12345 ALL: An exception was caught"
6 puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
7 puts "TODO OCC12345 ALL: TEST INCOMPLETE"
8}
9
10puts "=================================="
11puts "BUC60569"
12puts "OCC597"
13puts "=================================="
14puts ""
15puts "=================================="
16puts "It takes visual check for this BUG"
17puts "=================================="
18puts ""
19
20restore [locate_data_file buc60569a.rle] result
21tclean result
22vinit
23
24checkshape result
25
26BUC60569 result
27vfit
4754e164 28
29vselect 250 190
30vselect 180 350 1
31vmoveto 250 190
32vmoveto 180 350
33vselect 390 390
34vselect 250 190 1
352ffd73 35
36set x_coord 335
37set y_coord 331
38
39checkcolor $x_coord $y_coord 0.8 0.8 0.8
40
41if {$stat != 1} {
42 puts "Error : The right face is NOT Selected by Shift Select command"
43}
44
4754e164 45vselect 180 350 1
352ffd73 46
47set x_coord 101
48set y_coord 347
49
50checkcolor $x_coord $y_coord 0.8 0.8 0.8
51
52if {$stat != 1} {
53 puts "Error : The left face is Selected by Shift Select command"
54}
55
56set only_screen 1
57