1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-07-20 12:45:50 +03:00
occt/tests/bugs/vis/bug24358
aba ac29779aa9 0024358: TKV3d - connected structures are not re-computed on device lost
Graphic3d_StructureManager::ReComputeStructures() method was corrected to consider all child (connected) structures.
Corrected remarks: added image dump in test case; corrected method name.
2014-03-25 16:23:51 +04:00

31 lines
602 B
Plaintext

puts "==========="
puts "OCC24358"
puts "==========="
puts ""
###########################################################################
# 0024358: TKV3d - connected structures are not re-computed on device lost
###########################################################################
set Image1 $imagedir/${casename}_1.png
set Image2 $imagedir/${casename}_2.png
pload MODELING
pload VISUALIZATION
box b1 0 0 0 1 2 3
box b2 3 0 0 3 2 1
vinit View1
vclear
vaxo
vsetdispmode 1
vconnectsh b1c -3 0 0 1 0 0 0 0 1 b1 b2
vfit
vdump $Image1
vclose View1 1
vinit View1
vdisplay b1c
vfit
vdump $Image2