0025507: Visualization - the method V3d_View::Place() is incorrect
[occt.git] / tests / bugs / vis / bug597_4
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
4754e164 25
26vselect 250 190
27vselect 180 350 1
28vmoveto 250 190
29vmoveto 180 350
30vselect 390 390
352ffd73 31
32set x_coord 335
33set y_coord 331
34
35checkcolor $x_coord $y_coord 1 1 0
36
37if {$stat != 1} {
38 puts "Error : The right face is NOT deSelected."
39}
40
41set x_coord 101
42set y_coord 347
43
44checkcolor $x_coord $y_coord 1 1 0
45
46if {$stat != 1} {
47 puts "Error : The left face is NOT deSelected"
48}
49
50set only_screen 1
51