0029768: Visualization, TKOpenGl - structure is entirely clipped by suppressed clipping
[occt.git] / tests / bugs / vis / bug28205_2
CommitLineData
decdee7d 1puts "================================================================================================="
2puts "0028205: Visualization - add functionality for dumping results of detection algorithms into image"
3puts "Selection image from colors of selection modes."
4puts "================================================================================================="
5
6pload MODELING VISUALIZATION
7vclear
8vinit View1
9box b0 0 0 0 1 1 1
10box b1 2 2 2 1 1 1
11box b2 4 4 4 1 1 1
12box b3 6 6 6 1 1 1
13
14vdisplay -dispMode 1 b0 b1 b2 b3
15vfit
16
17vselmode b0 1 1
18vselmode b0 2 1
19vselmode b1 4 1
20vselmode b2 2 1
21vselmode b3 3 1
22
23vseldump $imagedir/${casename}_selmode.png -type selectionModeColor
24vdump $imagedir/${casename}.png