From eec6e810f142d02c18f14aa49587ed49ffddb50c Mon Sep 17 00:00:00 2001 From: oan Date: Sun, 16 Jun 2019 19:12:56 +0300 Subject: [PATCH] 0027685: Visualization of a shape imported from IGES hangs Adding test case --- tests/bugs/mesh/bug27685 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/bugs/mesh/bug27685 diff --git a/tests/bugs/mesh/bug27685 b/tests/bugs/mesh/bug27685 new file mode 100644 index 0000000000..8fed84bb43 --- /dev/null +++ b/tests/bugs/mesh/bug27685 @@ -0,0 +1,18 @@ +puts "=======" +puts "0027685: Visualization of a shape imported from IGES hangs" +puts "=======" +puts "" + +pload XDE + +igesread [locate_data_file bug27685_MyShoeLast.igs] result * +incmesh result 0.9363477928 -a 20 + +vinit +vsetdispmode 1 +vdefaults -autoTriang 0 +vdisplay result +vfit + +checkview -screenshot -3d -path ${imagedir}/${test_image}.png +