1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/vis/bug26154
vro 799318357c 0030535: Draw Harness - add size argument to vgrid command
vgrid command has been revised and extended with new argument -size.
2019-03-07 18:06:48 +03:00

25 lines
658 B
Plaintext

puts "TODO OCC26154 ALL: ERROR: OCC26154 is reproduced."
puts "========"
puts "OCC26154"
puts "========"
puts ""
##############################################################################
# 0026154: Visualization - v3d viewer grid disappears due to automatic z-fit
##############################################################################
vinit
box b 1 1 1
vdisplay b
vfit
vgrid -type rectangular -mode lines -origin 0 0 -step 1 1
vtop
set bug_info [string trim [vreadpixel 86 355 name]]
if {$bug_info != "GRAY50 1"} {
puts "ERROR: OCC26154 is reproduced. Grid is not visible."
}
checkview -screenshot -3d -path ${imagedir}/${test_image}.png