1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/heal/bug29845
jgv c6f14a5213 0031558: BRepOffsetAPI_MakeFilling algorithm makes turned inside out face
1. Modification in method BRepFill_Filling::Build - correction of building the wire.
2. Create new subgroup "filling" in the group "bugs".
2020-05-22 11:07:35 +03:00

22 lines
629 B
Plaintext

puts "========"
puts "OCC29845:UnifySameDomain does not account the accumulated angle when unifying edges"
puts "========"
puts ""
brestore [locate_data_file bug29845_wire.brep] w
# set the linear deflection very high, so the unification
# will be controlled by the angular deflection only.
# with the angular deflection of 5 degrees the resulting
# wire should preserve all the features of the original wire
unifysamedom result w -t 10000 -a 5
checkshape result
checknbshapes result -vertex 77 -edge 77
checkprops result -l 2805.11
smallview +X+Z
don result
fit
checkview -screenshot -2d -path ${imagedir}/${test_image}.png