mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +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.
13 lines
297 B
Plaintext
13 lines
297 B
Plaintext
puts "============================================"
|
|
puts "OCC31845: BRepOffsetAPI_MakeThickSolid fails"
|
|
puts "============================================"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug31845_f.brep] a
|
|
explode a f
|
|
|
|
offsetparameter 1e-7 p i
|
|
offsetload a 0.001 a_4 a_5
|
|
offsetperform result
|
|
|