0027126: Create command checktrinfo to verify meshes
[occt.git] / tests / bugs / vis / bug24522
CommitLineData
fd175e09 1puts "========"
2puts "OCC24522"
3puts "========"
4puts ""
5###########################################################################
6# Application crashes on view closing in case of using of clipping planes
7###########################################################################
8
9box b 1 1 1
10vdisplay b
11vfit
12vsetdispmode b 1
13vclipplane create p
14vclipplane change p equation 0 0 -1 -0.5
15vclipplane set p view Driver1/Viewer1/View1
16vclipplane change p capping on
17vclipplane unset p view Driver1/Viewer1/View1
18vclose View1