mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
25 lines
658 B
Plaintext
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
|