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_7/bug28656
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
365 B
Plaintext
Executable File

puts "========"
puts "OCC28656"
puts "========"
puts ""
#####################################
## 3d offset modifies the input shape
#####################################
pcylinder s 5 15
setflags s locked
explode s f
offsetparameter 1e-7 c i
offsetload s 1 s_2
catch {offsetperform result}
checkview -display result -2d -path ${imagedir}/${test_image}-2d.png