0024130: Implementing ray tracing visualization core
[occt.git] / tests / bugs / vis / bug597_6
CommitLineData
352ffd73 1if { [array get env os_type] != "" } {
2 set os $env(os_type)
3}
4if { [string compare $os "windows"] != 0 } {
09494223 5 puts "TODO ?OCC12345 ALL: An exception was caught"
6 puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
7 puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
352ffd73 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
28
4754e164 29vselect 250 190
30vselect 180 350 1
31vmoveto 250 190
32vmoveto 180 350
33vselect 390 390
34vselect 250 190 1
35vselect 180 350 1
36vmoveto 250 190
352ffd73 37
38set x_coord 335
39set y_coord 331
40
41checkcolor $x_coord $y_coord 0 1 1
42
43if {$stat != 1} {
44 puts "Error : The right face is NOT highlighted by Move To command."
45}
46
47set only_screen 1