mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Method BRepFill_OffsetWire::UpdateDetromp(...) is modified for correct treatment of closed bisectors. Test case for issue #27679
17 lines
346 B
Plaintext
17 lines
346 B
Plaintext
puts "========"
|
|
puts "OCC27679"
|
|
puts "========"
|
|
puts ""
|
|
###################################
|
|
# Wrong offset: overlapping edges
|
|
###################################
|
|
|
|
restore [locate_data_file bug27679_w.brep] w
|
|
|
|
mkoffset r w 1 20
|
|
renamevar r_1 result
|
|
|
|
checknbshapes result -edge 23
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|