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