From db4d439c8f93d57dfa0e6e80c46dc72958e4a0db Mon Sep 17 00:00:00 2001 From: apn Date: Wed, 29 Oct 2014 13:04:09 +0300 Subject: [PATCH] 0023249: BRepFeat_SplitShape could not split a simple face by edge Added test case bugs/modalg_5/bug23249 --- tests/bugs/modalg_5/bug23249 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/bugs/modalg_5/bug23249 diff --git a/tests/bugs/modalg_5/bug23249 b/tests/bugs/modalg_5/bug23249 new file mode 100644 index 0000000000..4595b0a060 --- /dev/null +++ b/tests/bugs/modalg_5/bug23249 @@ -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 -- 2.39.5