0023539: QASelect and QAShiftSelect commands
[occt.git] / tests / bugs / vis / buc60814
CommitLineData
352ffd73 1puts "========"
2puts "BUC60814"
3puts "========"
4puts ""
5
6vinit
7BUC60814
8vfit
352ffd73 9
10set x_coord 131
11set y_coord 352
12
13checkcolor $x_coord $y_coord 0 0 1
14
15#AKI.111002.Against **Exception..-it's on lin.Changed coord of trihedron.
16
17if {$stat != 1} {
18 puts "Error : Circle has NOT blue color."
19}
20
21set x_coord 170
22set y_coord 319
23
24checkcolor $x_coord $y_coord 0 0 1
25
26if {$stat != 1} {
27 puts "Error : Trihedron has NOT blue color."
28}
29
30set only_screen 1