0026139: AIS_InteractiveContext::Display performance regression
[occt.git] / tests / bugs / vis / buc60632_1
1 if { [array get env os_type] != "" } {
2     set os $env(os_type)
3 }
4 if { [string compare $os "windows"] != 0 } {
5 }
6
7 puts "================"
8 puts "BUC60632"
9 puts "================"
10
11 vinit
12 BUC60632 0 100
13 vfit
14 vmoveto 126 143
15 puts "Highlighting by 'Move To' command in wireframe mode"
16
17 set x_coord 129
18 set y_coord 143
19
20 checkcolor $x_coord $y_coord 0 1 1
21
22 if { $stat != 1 } {
23    puts "Error : Highlighting by Move To command in wireframe mode is WRONG."
24 }
25 set only_screen 1
26
27