0023886: Visualizing planar faces with "notches" depends heavily on the deflection...
[occt.git] / tests / bugs / vis / bug23649_2
CommitLineData
c398b00e 1puts "============"
2puts "CR23649"
3puts "============"
4puts ""
5
6#######################################################################
7# 0023649: Different behaviour of highlighting after shift selection
8# It tests highlighting of selected sub-shapes.
9# This mode is option of interactive context.
10#######################################################################
11
12set anImage1 $imagedir/${casename}_HighlightFirst.png
13set anImage2 $imagedir/${casename}_HighlightSecond.png
14
15box b 1 2 3
16vinit
17vdisplay b
18vfit
19vselmode b 2 1
20#select the first edge
21vselect 232 368
22#select the second edge
23vselect 165 278 1
24vmoveto 0 0
25
26#enable 'highlight selected' mode
27vhighlightselected on
28
29#highlight the first edge - it should be highlightable by default
30vmoveto 232 368
31vdump ${anImage1}
32
33#highlight the second edge - it should be highlightable by default
34vmoveto 165 278
35vdump ${anImage2}