mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 05:28:47 +08: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
|