]> OCCT Git - occt.git/commitdiff
0026535: Boolean Cut does not work on shell and solids
authorapv <apv@opencascade.com>
Wed, 23 Dec 2015 14:59:45 +0000 (17:59 +0300)
committerabv <abv@opencascade.com>
Fri, 25 Dec 2015 07:21:30 +0000 (10:21 +0300)
Test case for issue #26535

tests/bugs/modalg_6/bug26535 [new file with mode: 0644]

diff --git a/tests/bugs/modalg_6/bug26535 b/tests/bugs/modalg_6/bug26535
new file mode 100644 (file)
index 0000000..bec22f0
--- /dev/null
@@ -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