0025507: Visualization - the method V3d_View::Place() is incorrect
[occt.git] / tests / bugs / vis / bug24835
CommitLineData
3ae59031 1puts "============"
2puts "CR24835"
3puts "============"
4puts ""
5####################################################################################################
6# Graphic structure for highlighting is not erased if presentable object for highlight is deleted.
7####################################################################################################
8
9pload ALL
10vinit v
11box b 1 1 1
12vdisplay b
13vfit
14vselmode b 1 1
15vmoveto 380 104
16vmoveto 29 103
17vremove b
18vclose v 1
19vinit
20
21set only_screen 1