mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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"
|
|
}
|