mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Hotfix for issue 27271 (avoiding potential seam edges) is deleted. Correction of test case
21 lines
585 B
Plaintext
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"
|
|
}
|