1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_5/bug25406_2
jgv 99c9a82021 0031735: Modeling Algorithms - BRepOffset_MakeOffset works slowly and produces wrong result
Modify method IsPlanar of BRepOffset_MakeOffset: try to make planar all possible faces to simplify the input shape.
2020-10-06 20:40:25 +03:00

21 lines
521 B
Plaintext

puts "================"
puts "OCC25406"
puts "================"
puts ""
##################################
# BRepOffset_MakeOffset algorithm fails on the face with two degenerated edges on u-iso null curves
##################################
restore [locate_data_file bug25406_offset_shape.brep] a
offsetshape result a -10
checkprops result -l 1875.31
checkshape result
checksection result
checknbshapes result -t -wire 1 -face 1 -shell 1
smallview
fit
checkview -screenshot -2d -path ${imagedir}/${test_image}.png