mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
29 lines
431 B
Plaintext
Executable File
29 lines
431 B
Plaintext
Executable File
puts "======="
|
|
puts "CR23525"
|
|
puts "======="
|
|
puts ""
|
|
|
|
########################################
|
|
## Disappearing of highlight in screenshot
|
|
########################################
|
|
|
|
vinit
|
|
vclear
|
|
box t_box 100 100 100
|
|
vdisplay t_box
|
|
vfit
|
|
|
|
set x_coord 110
|
|
set y_coord 352
|
|
|
|
vmoveto 0 0
|
|
|
|
# EDGE ON
|
|
vselmode 2 1
|
|
|
|
vmoveto $x_coord $y_coord
|
|
|
|
checkcolor $x_coord $y_coord 0 1 1
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|