mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0028936: Draw freezes while making a 3d representation
Adding testing case
This commit is contained in:
parent
95c882e9d4
commit
ab9f6cabdc
23
tests/bugs/vis/bug28936
Normal file
23
tests/bugs/vis/bug28936
Normal file
@ -0,0 +1,23 @@
|
||||
puts "============"
|
||||
puts "OCC28936"
|
||||
puts "============"
|
||||
puts ""
|
||||
#######################################################################
|
||||
# Visualization - Draw freezes while making a 3d representation
|
||||
#######################################################################
|
||||
|
||||
pload VISUALIZATION
|
||||
|
||||
restore [locate_data_file bug28936_Holsterbro_sofabed.brep] sh
|
||||
|
||||
checkshape sh
|
||||
checkprops sh -s 18308978.50927943
|
||||
|
||||
vinit View1
|
||||
vclear
|
||||
vsetdispmode 1
|
||||
vdisplay sh
|
||||
vfit
|
||||
|
||||
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|
||||
|
Loading…
x
Reference in New Issue
Block a user