mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Correct method ShapeUpgrade_UnifySameDomain::UnifyFaces: exclude free boundary edges from unification.
20 lines
492 B
Plaintext
20 lines
492 B
Plaintext
puts "============================================="
|
|
puts "OCC32619: UnifySameDomain ignores shared face"
|
|
puts "============================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug32619.brep] a
|
|
|
|
unifysamedom result a
|
|
|
|
checkshape result
|
|
|
|
checknbshapes result -t -shell 2 -face 3 -wire 3 -edge 12 -vertex 10
|
|
|
|
set tolres [checkmaxtol result]
|
|
|
|
if { ${tolres} > 2.e-7} {
|
|
puts "Error: bad tolerance of result"
|
|
}
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png |