]> OCCT Git - occt-copy.git/commitdiff
0023249: BRepFeat_SplitShape could not split a simple face by edge
authorapn <apn@opencascade.com>
Wed, 29 Oct 2014 10:04:09 +0000 (13:04 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 30 Oct 2014 09:10:34 +0000 (12:10 +0300)
Added test case bugs/modalg_5/bug23249

tests/bugs/modalg_5/bug23249 [new file with mode: 0644]

diff --git a/tests/bugs/modalg_5/bug23249 b/tests/bugs/modalg_5/bug23249
new file mode 100644 (file)
index 0000000..4595b0a
--- /dev/null
@@ -0,0 +1,16 @@
+puts "=========="
+puts "OCC23249"
+puts "=========="
+puts ""
+#############################################################
+# BRepFeat_SplitShape could not split a simple face by edge
+#############################################################
+
+restore [locate_data_file bug23249_Face2.brep] f
+restore [locate_data_file bug23249_Edge2.brep] e
+
+splitshape r f f e
+fixshape result r
+checkshape result
+
+set 2dviewer 1