1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-08 18:40:55 +03:00
occt/tests/bugs/mesh/bug27626
apn 0766573201 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
2016-09-01 13:19:09 +03:00

29 lines
581 B
Plaintext
Executable File

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