From e5555caa1ae812a94dece5d8f537c6edad68d4e0 Mon Sep 17 00:00:00 2001 From: apv Date: Wed, 26 Jul 2017 16:13:39 +0300 Subject: [PATCH] Test for 0024421: Sewing changes orientations of some subshapes. --- tests/bugs/modalg_7/bug24421 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/bugs/modalg_7/bug24421 diff --git a/tests/bugs/modalg_7/bug24421 b/tests/bugs/modalg_7/bug24421 new file mode 100644 index 0000000000..48dbe8993f --- /dev/null +++ b/tests/bugs/modalg_7/bug24421 @@ -0,0 +1,20 @@ +puts "TODO OCC24421 ALL: Faulty shapes in variables faulty_1 to faulty_" + +puts "========" +puts "OCC24421" +puts "========" +puts "" +################################################# +# Sewing changes orientations of some subshapes +################################################# + +catch {pload XDE} + +igesread [locate_data_file bug24421_Rohteil_Pmod.igs] s * + +checkshape s +normals s 100 +sewing r s +checkshape r +mkvolume result r +checkshape result -- 2.39.5