1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_7/bug25939
astromko 576f376108 0031601: Modeling Algorithms - BRepOffset_Tool Segmentation Fault
Added protection against null pointer dereferencing.
Modified BRepOffset_MakeOffset::MakeThickSolid method.
Fixed the problem with negative volume values.
Fixed several unit tests and added a new one.
2024-03-24 22:25:42 +00:00

17 lines
361 B
Plaintext
Executable File

puts "============"
puts "0025939: S I G S E G V in MakeThickSolid"
puts "============"
puts ""
psphere Sphere 5
pcylinder Cylinder 83 100
ttranslate Cylinder -83 0 -50
bcut Cut Sphere Cylinder
explode Cut F
offsetparameter 1e-7 p a
offsetload Cut -2 Cut_4
catch {offsetperform Thickness}
checkview -display Thickness -2d -path ${imagedir}/${test_image}.png