From: apv Date: Wed, 23 Dec 2015 14:59:45 +0000 (+0300) Subject: 0026535: Boolean Cut does not work on shell and solids X-Git-Tag: V7_0_0_beta~6 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=17abefd113a92be9736606d93b0d3600eaa520be;p=occt.git 0026535: Boolean Cut does not work on shell and solids Test case for issue #26535 --- 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