From 5d0038626b8a4d3f6f9bbc65130eff7267a3aff5 Mon Sep 17 00:00:00 2001 From: emv Date: Mon, 25 Feb 2019 15:53:27 +0300 Subject: [PATCH] 0030490: Modeling Algorithms - Incomplete result of Cut operation The problem is fixed by the fix for the issue #0027448, thus integrating the test case only. --- tests/bugs/modalg_7/bug30490 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/bugs/modalg_7/bug30490 diff --git a/tests/bugs/modalg_7/bug30490 b/tests/bugs/modalg_7/bug30490 new file mode 100644 index 0000000000..fe9ab08970 --- /dev/null +++ b/tests/bugs/modalg_7/bug30490 @@ -0,0 +1,21 @@ +puts "========" +puts "0030490: Modeling Algorithms - Incomplete result of Cut operation" +puts "========" +puts "" + +restore [locate_data_file bug30490_ar_shape_to_cuts.brep] s1 +restore [locate_data_file bug30490_ar_cutting_shapes.brep] s2 + +bclearobjects +bcleartools +baddobjects s1 +baddtools s2 +bfillds + +bbop result 2 + +checkshape result +checknbshapes result -face 2 -wire 2 +checkprops result -s 432.691 + +checkview -display result -2d -path ${imagedir}/${test_image}.png