1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/vis/bug23525
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

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