1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_6/bug28207
imn 90271a9003 0028207: Unexpected result of the unify same domain algorithm
- Now algorithm of merging edges uses angular tolerance
2017-04-12 17:52:17 +03:00

20 lines
576 B
Plaintext

puts "========"
puts "OCC28207"
puts "========"
puts ""
#########################################################
## Unexpected result of the unify same domain algorithm
#########################################################
restore [locate_data_file bug28207_face.brep] s1
unifysamedom result1 s1
checknbshapes result1 -face 1 -wire 1 -edge 984
unifysamedom result2 s1 -a 0.001
checknbshapes result2 -face 1 -wire 1 -edge 223
unifysamedom result s1 -a 1.0
checknbshapes result -face 1 -wire 1 -edge 4
checkview -display result -2d -path ${imagedir}/${test_image}.png