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/bug25103
isk 27af30526d 0025777: the standard views are defined incorrectly and mismatch the old display.
Old vright equals new vfront, old vfront equals new vright, old vleft equals new vback, old vback equals new vleft.
2015-09-10 16:36:40 +03:00

49 lines
972 B
Plaintext

puts "============"
puts "CR25103"
puts "============"
puts ""
#######################################################################
# Visualization - Regression in interactive detection
#######################################################################
vinit
vsetdispmode 1
box wall1 1 8 8
box wall2 1 8 8
box wall3 16 8 1
vdisplay wall1
vdisplay wall2
vdisplay wall3
vsetlocation wall1 -10 0 0
vsetlocation wall2 5 0 0
vsetlocation wall3 -10 0 -1
vsetmaterial wall1 stone
vsetmaterial wall2 stone
vsetmaterial wall3 pewter
vsetcolor wall1 red
vsetcolor wall2 green
vfront
vturnview 0 -0.3 0
vfit
set anImage ${imagedir}/${casename}_1.png
vdump ${anImage}
# The next line should highlight the green box (wall2) but it does not
vmoveto 394 205
set anImage ${imagedir}/${casename}_2.png
vdump ${anImage}
# The next line should not hit any object but it highlights the green box
vmoveto 264 205
set anImage ${imagedir}/${casename}_3.png
vdump ${anImage}