From: mkv Date: Wed, 12 Jul 2017 10:22:08 +0000 (+0300) Subject: Test for 0022487: Reading IGES file produces invalid shape X-Git-Tag: V7_2_0_beta~44 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=336a63f0426777a5d2398d8f73f8d4b945800539;p=occt.git Test for 0022487: Reading IGES file produces invalid shape --- diff --git a/tests/bugs/iges/bug22487_1 b/tests/bugs/iges/bug22487_1 new file mode 100644 index 0000000000..58b93e85f4 --- /dev/null +++ b/tests/bugs/iges/bug22487_1 @@ -0,0 +1,16 @@ +puts "TODO OCC22487 ALL: Faulty shapes in variables" + +puts "========" +puts "OCC22487" +puts "========" +puts "" +########################################################################## +# Reading IGES file produces invalid shape +########################################################################## + +igesread [locate_data_file bug22487_35puan.igs] result * + +checkshape result + +checkview -display result -3d -path ${imagedir}/${test_image}-3d.png +checkview -display result -2d -path ${imagedir}/${test_image}-2d.png diff --git a/tests/bugs/iges/bug22487_2 b/tests/bugs/iges/bug22487_2 new file mode 100644 index 0000000000..0575400b36 --- /dev/null +++ b/tests/bugs/iges/bug22487_2 @@ -0,0 +1,14 @@ +puts "========" +puts "OCC22487" +puts "========" +puts "" +########################################################################## +# Reading IGES file produces invalid shape +########################################################################## + +igesread [locate_data_file bug22487_351_linz.igs] result * + +checkshape result + +checkview -display result -3d -path ${imagedir}/${test_image}-3d.png +checkview -display result -2d -path ${imagedir}/${test_image}-2d.png