From 17abefd113a92be9736606d93b0d3600eaa520be Mon Sep 17 00:00:00 2001 From: apv Date: Wed, 23 Dec 2015 17:59:45 +0300 Subject: [PATCH] 0026535: Boolean Cut does not work on shell and solids Test case for issue #26535 --- tests/bugs/modalg_6/bug26535 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tests/bugs/modalg_6/bug26535 diff --git a/tests/bugs/modalg_6/bug26535 b/tests/bugs/modalg_6/bug26535 new file mode 100644 index 0000000000..bec22f06c9 --- /dev/null +++ b/tests/bugs/modalg_6/bug26535 @@ -0,0 +1,26 @@ +puts "========" +puts "OCC26535" +puts "========" +puts "" +################################################# +# Boolean Cut does not work on shell and solids +################################################# + +smallview + +restore [locate_data_file bug26535-plate.brep] plate +restore [locate_data_file bug26535-cutter.brep] cutter + +checkshape plate +checkshape cutter + +bopargcheck plate +bopargcheck cutter + +bcut result plate cutter +checkshape result + +donly result +fit + +set only_screen_axo 1