]> OCCT Git - occt.git/commitdiff
0028967: Boolean cut fails the first time, works the second time
authormkv <mkv@opencascade.com>
Wed, 16 Aug 2017 13:55:19 +0000 (16:55 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 17 Aug 2017 12:48:22 +0000 (15:48 +0300)
tests/bugs/modalg_7/bug28967 [new file with mode: 0644]

diff --git a/tests/bugs/modalg_7/bug28967 b/tests/bugs/modalg_7/bug28967
new file mode 100644 (file)
index 0000000..5915af5
--- /dev/null
@@ -0,0 +1,16 @@
+puts "============"
+puts "OCC28967"
+puts "============"
+puts ""
+######################################################
+# Boolean cut fails the first time, works the second time
+######################################################
+
+restore [locate_data_file bug28967_original.brep] original
+restore [locate_data_file bug28967_envelope.brep] envelope
+
+bcut result original envelope
+checkshape result
+
+bcut result original envelope
+checkshape result