From f939c7fa1ab7539835db389e2e7f5023e6a8a981 Mon Sep 17 00:00:00 2001 From: mkv Date: Mon, 24 Jul 2017 18:50:27 +0300 Subject: [PATCH] Test for 0023638: Reading IGES file produced invalid shape --- tests/bugs/iges/bug23638 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 tests/bugs/iges/bug23638 diff --git a/tests/bugs/iges/bug23638 b/tests/bugs/iges/bug23638 new file mode 100755 index 0000000000..f16f5a606c --- /dev/null +++ b/tests/bugs/iges/bug23638 @@ -0,0 +1,13 @@ +puts "============" +puts "CR23638" +puts "============" +puts "" +####################################################################### +# Reading IGES file produced invalid shape +####################################################################### + +param read.surfacecurve.mode -3 + +igesread [locate_data_file bug23638_cadbad.igs] result * + +checkshape result -- 2.39.5