From a2b5448a0fd37aa8e209a3a214da5cb67ad02d3c Mon Sep 17 00:00:00 2001 From: apv Date: Wed, 23 Dec 2015 17:20:58 +0300 Subject: [PATCH] 0026580: BRepProj_Projection does not provide any results Test cases for issue #26580 --- tests/bugs/modalg_6/bug26580_1 | 19 +++++++++++++++++++ tests/bugs/modalg_6/bug26580_2 | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 tests/bugs/modalg_6/bug26580_1 create mode 100644 tests/bugs/modalg_6/bug26580_2 diff --git a/tests/bugs/modalg_6/bug26580_1 b/tests/bugs/modalg_6/bug26580_1 new file mode 100644 index 0000000000..5190523628 --- /dev/null +++ b/tests/bugs/modalg_6/bug26580_1 @@ -0,0 +1,19 @@ +puts "========" +puts "OCC26580" +puts "========" +puts "" +#################################################### +# BRepProj_Projection does not provide any results +#################################################### + +smallview + +restore [locate_data_file bug26775_a.brep] plate +restore [locate_data_file bug26580-marker-1.brep] marker + +prj result marker plate 0 0 -1 +checkshape result_1 + +fit + +set only_screen_axo 1 diff --git a/tests/bugs/modalg_6/bug26580_2 b/tests/bugs/modalg_6/bug26580_2 new file mode 100644 index 0000000000..61e6dd7149 --- /dev/null +++ b/tests/bugs/modalg_6/bug26580_2 @@ -0,0 +1,19 @@ +puts "========" +puts "OCC26580" +puts "========" +puts "" +#################################################### +# BRepProj_Projection does not provide any results +#################################################### + +smallview + +restore [locate_data_file bug26580-plate-2.brep] plate +restore [locate_data_file bug26580-marker-2.brep] marker + +prj result marker plate 0 0 -1 +checkshape result_1 + +fit + +set only_screen_axo 1