mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08:00
20 lines
457 B
Plaintext
20 lines
457 B
Plaintext
puts "==========================================="
|
|
puts "OCC32213: Invalid result of UnifySameDomain"
|
|
puts "==========================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug32213.brep] a
|
|
|
|
unifysamedom result a
|
|
|
|
checkshape result
|
|
|
|
checknbshapes result -solid 1 -shell 1 -face 21 -wire 22 -edge 58 -vertex 38
|
|
|
|
set tolres [checkmaxtol result]
|
|
|
|
if { ${tolres} > 6.e-6} {
|
|
puts "Error: bad tolerance of result"
|
|
}
|
|
|
|
checkprops result -s 81.9221 |