From afa6834bcd066ee1cfa95b18cae3bed560443092 Mon Sep 17 00:00:00 2001 From: bugmaster Date: Fri, 19 Aug 2016 16:44:19 +0300 Subject: [PATCH] 0023585: Boolean Fuse Operation Fails. Adding test case --- tests/bugs/modalg_6/bug23585 | 39 ++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 tests/bugs/modalg_6/bug23585 diff --git a/tests/bugs/modalg_6/bug23585 b/tests/bugs/modalg_6/bug23585 new file mode 100644 index 0000000000..e457f952a0 --- /dev/null +++ b/tests/bugs/modalg_6/bug23585 @@ -0,0 +1,39 @@ +puts "============" +puts "OCC23585" +puts "============" +puts "" +###################################################### +# Boolean Fuse Operation Fails +###################################################### + +restore [locate_data_file bug23585a.brep] p +restore [locate_data_file bug23585b.brep] v + +checkshape p +tolerance p + +checkshape v +tolerance v + +bop p v +bopfuse result + +checkprops result -s 14796.8 + +checkshape result + +set nbshapes_expected " +Number of shapes in result + VERTEX : 18 + EDGE : 30 + WIRE : 14 + FACE : 14 + SHELL : 1 + SOLID : 1 + COMPSOLID : 0 + COMPOUND : 1 + SHAPE : 79 +" +checknbshapes result -ref ${nbshapes_expected} -t -m "Result obtained by Boolean cut operation" + +checkview -display result -2d -path ${imagedir}/${test_image}.png