0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / vis / ger61351_6
CommitLineData
352ffd73 1puts "==============="
2puts " GER61351 "
3puts "============================"
4puts "CASE 6 takes visual check "
5puts "============================"
6
7vinit
8box b 20 10 30
9GER61351 b CYAN3
10vfit
352ffd73 11
12set x_coord 88
13set y_coord 316
14
15checkcolor $x_coord $y_coord 0 0.8 0.8
16
17if {$stat != 1} {
18 puts "Error : Box color is NOT CYAN3"
19}
20
21set only_screen 1