0025507: Visualization - the method V3d_View::Place() is incorrect
[occt.git] / tests / bugs / vis / bug597_3
CommitLineData
352ffd73 1if { [array get env os_type] != "" } {
2 set os $env(os_type)
3}
4if { [string compare $os "windows"] != 0 } {
352ffd73 5}
6
7puts "=================================="
8puts "BUC60569"
9puts "OCC597"
10puts "=================================="
11puts ""
12puts "=================================="
13puts "It takes visual check for this BUG"
14puts "=================================="
15puts ""
16
17restore [locate_data_file buc60569a.rle] result
18tclean result
19vinit
20
21checkshape result
22
23BUC60569 result
24vfit
25
4754e164 26vselect 250 190
27vselect 180 350 1
28vmoveto 250 190
29vmoveto 180 350
352ffd73 30
31set x_coord 101
32set y_coord 347
33
34checkcolor $x_coord $y_coord 0 1 1
35
36if {$stat != 1} {
37 puts "Error : The left face is highlighted by Move To command"
38}
39
40set only_screen 1
41