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/bug30185
jgv c3e0e1de43 0031736: ShapeUpgrade_UnifySameDomain algorithm does not unify all possible faces
1. Correct processing faces that can be converted into planar ones.
2. Correct processing faces based on V-closed surfaces.
2020-09-10 18:16:44 +03:00

17 lines
376 B
Plaintext

puts "============"
puts "0030185: Unify same domain algorithm corrupts the initial shape"
puts "============"
puts ""
restore [locate_data_file bug30185.brep] s
unifysamedom r s +b
checkshape r
checknbshapes r -vertex 50 -edge 71 -face 21
checkmaxtol r -min_tol 2.49130e-03
checkmaxtol s -min_tol 2.49130e-03
checkview -display r -2d -path ${imagedir}/${test_image}.png