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_7/bug30174
jgv 9619ef4c94 0030174: ShapeUpgrade_UnifySameDomain does not unify cylindrical faces
Hotfix for issue 27271 (avoiding potential seam edges) is deleted.

Correction of test case
2018-10-30 16:06:32 +03:00

21 lines
615 B
Plaintext

puts "============"
puts "OCC30174"
puts "============"
puts ""
###########################################################################################################
# ShapeUpgrade_UnifySameDomain does not unify cylindrical faces
###########################################################################################################
restore [locate_data_file bug30174_cylinder.brep] a
unifysamedom result a
checkshape result
checknbshapes result -vertex 2 -edge 3 -wire 3 -face 3 -shell 1 -solid 1
set tolres [checkmaxtol result]
if { ${tolres} > 2.e-5} {
puts "Error: bad tolerance of result"
}