mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
15 lines
344 B
Plaintext
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"
|
|
}
|