From 3cb0f659d8b3eb90a25d334da7bc8300a85dd11f Mon Sep 17 00:00:00 2001 From: bugmaster Date: Mon, 8 Aug 2016 12:55:39 +0300 Subject: [PATCH] 0021427: Invalid result of cutting attached shapes Adding test case --- tests/bugs/modalg_6/bug21427 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/bugs/modalg_6/bug21427 diff --git a/tests/bugs/modalg_6/bug21427 b/tests/bugs/modalg_6/bug21427 new file mode 100644 index 0000000000..bfe0654a56 --- /dev/null +++ b/tests/bugs/modalg_6/bug21427 @@ -0,0 +1,16 @@ +puts "============" +puts "OCC21427" +puts "============" +puts "" +###################################################### +# Operation "cut" crashes on attached shapes +###################################################### + +restore [locate_data_file bug21427a.brep] shape +restore [locate_data_file bug21427b.brep] tool + +bcut result shape tool + +checkprops result -s 1.49188e+007 +checkshape result +checkview -display result -2d -path ${imagedir}/${test_image}.png \ No newline at end of file