mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
22 lines
591 B
Plaintext
Executable File
22 lines
591 B
Plaintext
Executable File
puts "==========="
|
|
puts "BUC60920"
|
|
puts "==========="
|
|
puts "=================================="
|
|
puts "It takes visual check for this BUG"
|
|
puts "=================================="
|
|
#########################################################################
|
|
## Bug in Viewer3d: curves and points are not highlighted when mouse pointer is moved over in shading mode.
|
|
#########################################################################
|
|
|
|
vinit
|
|
BUC60920
|
|
vfit
|
|
|
|
|
|
set x_coord 315
|
|
set y_coord 210
|
|
|
|
checkcolor $x_coord $y_coord 0 1 1
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|