1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

Compare commits

...

1 Commits

Author SHA1 Message Date
abulyche
bb2bc01079 0033113: Modeling Algorithms - BRepFilletAPI_MakeFillet::Build SIGSEGV
Added the test case for this ticket.
2022-12-08 21:05:01 +03:00

View File

@@ -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