mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
1. Modification in method BRepFill_Filling::Build - correction of building the wire. 2. Create new subgroup "filling" in the group "bugs".
22 lines
629 B
Plaintext
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
|