From: oan Date: Sun, 16 Jun 2019 16:12:56 +0000 (+0300) Subject: 0027685: Visualization of a shape imported from IGES hangs X-Git-Tag: V7_4_0_beta~107 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=eec6e810f142d02c18f14aa49587ed49ffddb50c;p=occt.git 0027685: Visualization of a shape imported from IGES hangs Adding test case --- 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 +