From: abulyche Date: Wed, 26 Oct 2022 13:34:45 +0000 (+0300) Subject: 0033113: Modeling Algorithms - BRepFilletAPI_MakeFillet::Build SIGSEGV X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=bb2bc01079ad603a7ddfd648a49147621eea0494;p=occt.git 0033113: Modeling Algorithms - BRepFilletAPI_MakeFillet::Build SIGSEGV Added the test case for this ticket. --- 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 +