mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Correct processing cases where a group of faces lies on U-periodic and V-periodic (torus-like) surface. Add comments according to the remarks
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 57 -vertex 37
|
|
|
|
set tolres [checkmaxtol result]
|
|
|
|
if { ${tolres} > 6.e-6} {
|
|
puts "Error: bad tolerance of result"
|
|
}
|
|
|
|
checkprops result -s 81.9221 |