0029768: Visualization, TKOpenGl - structure is entirely clipped by suppressed clipping
[occt.git] / tests / bugs / vis / bug23649_4
CommitLineData
c398b00e 1puts "============"
2puts "CR23649"
3puts "============"
4puts ""
5
6#######################################################################
7# 0023649: Different behaviour of highlighting after shift selection
8# It tests highlighting of selected shapes (neutral point).
9# This mode is option of interactive context.
10#######################################################################
11
12set anImage1 $imagedir/${casename}_HighlightFirst.png
13set anImage2 $imagedir/${casename}_HighlightSecond.png
14
15box a 2 0 0 3 2 1
16box b 1 2 3
17vinit
18vdisplay a b
19vfit
20#select the first shape
21vselect 70 230
22#select the second shape
f751596e 23vselect 200 358 1
c398b00e 24vmoveto 0 0
25
26#enable 'highlight selected' mode
27vhighlightselected on
28
29#highlight the first edge - it should be highlightable by default
30vmoveto 70 230
31vdump ${anImage1}
32
33#highlight the second edge - it should be highlightable by default
f751596e 34vmoveto 200 358
35vdump ${anImage2}