From d0aafb064b18d929697285742bee3699effc8587 Mon Sep 17 00:00:00 2001 From: bugmaster Date: Wed, 14 Sep 2016 12:20:37 +0300 Subject: [PATCH] 0025138: SIGSEGV when sweeping along helix Adding test case --- tests/bugs/modalg_6/bug25138 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 tests/bugs/modalg_6/bug25138 diff --git a/tests/bugs/modalg_6/bug25138 b/tests/bugs/modalg_6/bug25138 new file mode 100644 index 0000000000..8cbdec7658 --- /dev/null +++ b/tests/bugs/modalg_6/bug25138 @@ -0,0 +1,35 @@ +puts "============" +puts "OCC25138" +puts "============" +puts "" +####################################################### +# Incorrect result of Boolean Union by BRepAlgoAPI_Fuse +####################################################### + +restore [locate_data_file bug25138a.brep] s +mksweep s +setsweep -CF +restore [locate_data_file bug25138b.brep] p +addsweep p +buildsweep result -C + +checkshape result + +checkprops result -s 112902 + +set nbshapes_expected " +Number of shapes in result + VERTEX : 6 + EDGE : 9 + WIRE : 3 + FACE : 3 + SHELL : 1 + SOLID : 0 + COMPSOLID : 0 + COMPOUND : 0 + SHAPE : 22 +" +checknbshapes result -ref ${nbshapes_expected} -t -m "Result obtained by sweep operation" + + +checkview -display result -2d -path ${imagedir}/${test_image}.png