1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_6/bug27271
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
585 B
Plaintext

puts "============"
puts "OCC27271"
puts "============"
puts ""
###########################################################################################################
# Unifysamedomain invalid result
###########################################################################################################
restore [locate_data_file bug27271_Shape.brep] a
unifysamedom result a
checkshape result
checknbshapes result -vertex 44 -edge 81 -wire 45 -face 35 -shell 3 -solid 3
set tolres [checkmaxtol result]
if { ${tolres} > 0.003} {
puts "Error: bad tolerance of result"
}