1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/vis/bug28093
kgv ef9a9362ae 0028093: Visualization - access violation on removal of dynamic highlighting after device loss
OpenGl_Layer::Remove() now tries to remove object from myAlwaysRenderedMap
if it was not removed from other groups.
2016-11-17 15:32:47 +03:00

19 lines
334 B
Plaintext

puts "==========="
puts "OCC28093"
puts "Visualization - access violation on removal of dynamic highlighting after device loss"
puts "==========="
puts ""
pload MODELING VISUALIZATION
box b 1 2 3
vclear
vinit View1
vdisplay -dispMode 1 -highMode 1 b
vfit
vmoveto 250 250
vraytrace 1
vmoveto 400 400
vdump $imagedir/${casename}.png