1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0027626: Attempt to display shape in 3d leads to very long calculation loop

Added test case bugs/mesh/bug27626

Small correction of test case for issue CR27626
This commit is contained in:
apn 2016-07-06 18:42:02 +03:00 committed by bugmaster
parent 8b1e055f0b
commit 0766573201

28
tests/bugs/mesh/bug27626 Executable file
View File

@ -0,0 +1,28 @@
puts "=========="
puts "OCC27626"
puts "=========="
puts ""
#######################################################################
# Attempt to display shape in 3d leads to very long calculation loop
#######################################################################
pload XDE
igesread [locate_data_file bug27626_badfil.igs] a *
tclean a
vinit
vsetdispmode 1
dchrono h reset
dchrono h start
#
# DISPLAY OPERATION ----- START
#
vdisplay a
#
# DISPLAY OPERATION ----- FINISH
#
dchrono h stop
dchrono h show
vfit
checkview -screenshot -3d -path ${imagedir}/${test_image}.png