mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
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.
15 lines
336 B
Plaintext
Executable File
15 lines
336 B
Plaintext
Executable File
## ======================================
|
|
## Grid : CCV002
|
|
## Test : D1
|
|
## Comment : From CV tests serie page 60
|
|
## ======================================
|
|
|
|
restore [locate_data_file CCV_2_d1_gsw.rle] s
|
|
explode s F
|
|
catch {offsetcompshape result s -2 s_17}
|
|
|
|
#real volume of result shape is unknown yet
|
|
checkprops result -v 534256
|
|
|
|
|