mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +03:00
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.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
puts "TODO OCC23068 All: ERROR. offsetperform operation not done."
|
||||
puts "TODO OCC23068 All: Error : The volume of result shape is"
|
||||
# Original bug : hkg60144
|
||||
# Date : 17Juillet98
|
||||
|
||||
@@ -9,5 +7,5 @@ explode s f
|
||||
offsetshape result s -5 s_1
|
||||
|
||||
|
||||
checkprops result -v 2.12817e+006
|
||||
checkprops result -v 2.80312e+07
|
||||
|
||||
|
Reference in New Issue
Block a user