From bb2bc01079ad603a7ddfd648a49147621eea0494 Mon Sep 17 00:00:00 2001 From: abulyche Date: Wed, 26 Oct 2022 16:34:45 +0300 Subject: [PATCH] 0033113: Modeling Algorithms - BRepFilletAPI_MakeFillet::Build SIGSEGV Added the test case for this ticket. --- tests/bugs/modalg_8/bug33113 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/bugs/modalg_8/bug33113 diff --git a/tests/bugs/modalg_8/bug33113 b/tests/bugs/modalg_8/bug33113 new file mode 100644 index 0000000000..1a6c9525cd --- /dev/null +++ b/tests/bugs/modalg_8/bug33113 @@ -0,0 +1,21 @@ +puts "TODO OCC33113 ALL: Tcl Exception" +puts "TODO OCC33113 ALL: TEST INCOMPLETE" + +puts "================================" +puts "OCC33113: Modeling Algorithms - BRepFilletAPI_MakeFillet::Build SIGSEGV" +puts "================================" + +restore [locate_data_file bug33113.brep] sh + +explode sh e +copy sh_4 e + +explode sh So +copy sh_1 s + +fillet res s 0.1 e + +checkshape res + +checkview -display res -3d -path ${imagedir}/${test_image}.png + -- 2.39.5