0027685: Visualization of a shape imported from IGES hangs
[occt.git] / tests / bugs / mesh / bug27685
diff --git a/tests/bugs/mesh/bug27685 b/tests/bugs/mesh/bug27685
new file mode 100644 (file)
index 0000000..8fed84b
--- /dev/null
@@ -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
+