1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-07-20 12:45:50 +03:00
occt/tests/bugs/vis/bug24867
duv aa125c5ae6 0024867: Visualization - polygon offsets look broken
If specific layer setting is not enabled, default value extracted from current OpenGl state will be used.
2014-04-24 16:55:47 +04:00

21 lines
480 B
Plaintext

puts "============"
puts "CR24867"
puts "============"
puts ""
#######################################################################
# Test for displaying highlighted representation of a complex shape
#######################################################################
restore [locate_data_file Bottom.brep] obj
vinit
vdisplay obj
vsetdispmode 1
vfit
vmoveto 235 213
vdump $imagedir/${casename}_highlighted.png
vselect 235 213
vdump $imagedir/${casename}_selected.png