0027958: Visualization, AIS_Trihedron - add shaded presentation option
[occt.git] / tests / bugs / vis / buc60915
CommitLineData
352ffd73 1puts "==========="
2puts "BUC60915"
3puts "==========="
4puts "=================================="
5puts "It takes visual check for this BUG"
6puts "=================================="
7
8vinit
9BUC60915
10
11set x_coord 300
12set y_coord 164
13
14checkcolor $x_coord $y_coord 0.51 0.98 0
15
16if {$stat != 1} {
17 puts "Error : Cannot set the arrow size when using AIS_LengthDimension or AIS_RadiusDimensin."
18}
19
5747059b 20checkview -screenshot -3d -path ${imagedir}/${test_image}.png
352ffd73 21
22