From 07665732019efc767c263373cead09bed986d0da Mon Sep 17 00:00:00 2001 From: apn Date: Wed, 6 Jul 2016 18:42:02 +0300 Subject: [PATCH] 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 --- tests/bugs/mesh/bug27626 | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 tests/bugs/mesh/bug27626 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