0031221: Visualization - selection filter in context
[occt.git] / tests / bugs / vis / bug23484_2
CommitLineData
e1c659da 1puts "============"
2puts "OCC23484"
3puts "============"
4puts ""
5############################################################################################
6puts "Visualization, TKOpenGl - primitive arrays to become the only way to render geometry"
7puts "Tests clipping plane rendering with primitive arrays"
8############################################################################################
9
10set anImage $imagedir/${casename}_1.png
11
12vinit View1
13vclear
14vaxo
15vsetdispmode 1
16box b 1 1 1
17vdisplay b
18vfit
19
20vclipplane create pln
21vclipplane set pln view Driver1/Viewer1/View1
22vclipplane change pln equation 0 1 0 -0.5
23vclipplane change pln capping on
24
25vdump $anImage
26
27vclear