mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +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,6 +1,3 @@
|
||||
puts "TODO OCC23068 ALL: ERROR. offsetperform operation not done."
|
||||
puts "TODO OCC23068 ALL: Error : The volume of result shape "
|
||||
|
||||
## ======================================
|
||||
## Grid : CCV002
|
||||
## Test : A1
|
||||
@@ -12,4 +9,4 @@ explode s F
|
||||
offsetcompshape result s -10 s_1
|
||||
|
||||
#real volume of result shape is unknown yet
|
||||
checkprops result -v 0
|
||||
checkprops result -v 1.01e+06
|
||||
|
@@ -4,7 +4,6 @@
|
||||
## Comment : From CV tests serie page 60
|
||||
## ======================================
|
||||
|
||||
puts "TODO OCC26556 ALL: ERROR. offsetperform operation not done."
|
||||
restore [locate_data_file CCV_2_d1_gsw.rle] s
|
||||
explode s F
|
||||
catch {offsetcompshape result s -2 s_17}
|
||||
|
Reference in New Issue
Block a user