From: apn Date: Wed, 6 Jul 2016 15:42:02 +0000 (+0300) Subject: 0027626: Attempt to display shape in 3d leads to very long calculation loop X-Git-Tag: V7_1_0_beta~174 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=07665732019efc767c263373cead09bed986d0da;p=occt-copy.git 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 --- diff --git a/tests/bugs/mesh/bug27626 b/tests/bugs/mesh/bug27626 new file mode 100755 index 0000000000..2f4eb2eb02 --- /dev/null +++ b/tests/bugs/mesh/bug27626 @@ -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