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/bug32814_1
jgv 600ee85631 0032814: Modeling algorithms - Unifysamedom produces invalid result
Minor correction in ShapeUpgrade_UnifySameDomain::IntUnifyFaces: correct collecting splitting vertices in the new wire
2022-02-18 18:29:10 +03:00

23 lines
550 B
Plaintext

puts "=============================================="
puts "OCC32814: Unifysamedom produces invalid result"
puts "=============================================="
puts ""
restore [locate_data_file bug32814_1.brep] s
unifysamedom result s -a 1e-4
checkshape result
bopargcheck result
checknbshapes result -t -face 7 -wire 13 -edge 70 -vertex 64
set tolres [checkmaxtol result]
if { ${tolres} > 1.e-7} {
puts "Error: bad tolerance of result"
}
checkprops result -s 5.54082e+06
checkview -display result -2d -path ${imagedir}/${test_image}.png