0028107: Visualization - provide a flexible interface to set custom hatch styles
[occt.git] / tests / bugs / vis / bug24835
1 puts "============"
2 puts "CR24835"
3 puts "============"
4 puts ""
5 ####################################################################################################
6 #  Graphic structure for highlighting is not erased if presentable object for highlight is deleted.
7 ####################################################################################################
8
9 pload ALL
10 vinit v
11 box b 1 1 1
12 vdisplay b
13 vfit
14 vselmode b 1 1
15 vmoveto 380 104 
16 vmoveto 29 103
17 vremove b
18 vclose v 1
19 vinit
20
21 checkview -screenshot -3d -path ${imagedir}/${test_image}.png