From df1d6870c0c8ad74e52f686f0fafed41122f55d9 Mon Sep 17 00:00:00 2001 From: nbv Date: Thu, 25 Oct 2018 17:14:21 +0300 Subject: [PATCH] 0024676: Wrong result done by intersection algorithm Only test case has been created because the problem is not reproduced on the current MASTER --- tests/bugs/modalg_7/bug24676 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/bugs/modalg_7/bug24676 diff --git a/tests/bugs/modalg_7/bug24676 b/tests/bugs/modalg_7/bug24676 new file mode 100644 index 0000000000..4f5630c07a --- /dev/null +++ b/tests/bugs/modalg_7/bug24676 @@ -0,0 +1,13 @@ +puts "========" +puts "0024676: Wrong result done by intersection algorithm" +puts "========" +puts "" + +restore [locate_data_file bug24676_b2.brep] b2 + +for {set i 1} { $i <= 6} {incr i} { + restore [locate_data_file bug24676_b1_${i}.brep] b1_$i + if {![regexp "no 3d curves\n has no 3d points" [ bopcurves b1_$i b2 ]]} { + puts "Error: Non-empty intersection result between b1_$i and b2, while empty is expected" + } +}