1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_7/bug31845_h
astromko 32c5a79613 0033558: Modeling Algorithms - The solids does not preserve geometry topology after applying offset to all faces
Added an additional condition in order to preserve necessary shells.
Added a test case.
2024-07-29 16:24:03 +01:00

15 lines
344 B
Plaintext

puts "============================================"
puts "OCC31845: BRepOffsetAPI_MakeThickSolid fails"
puts "============================================"
puts ""
restore [locate_data_file bug31845_h.brep] a
offsetparameter 1e-7 p i
offsetload a -0.01
offsetperform result
if {[llength [whatis result]] < 4} {
puts "ERROR: null result"
}