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
22 lines
531 B
Plaintext
22 lines
531 B
Plaintext
puts "========================================="
|
|
puts "OCC33006: UnifySameDomain raises exceptio"
|
|
puts "========================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug33006.brep] a
|
|
|
|
unifysamedom result a
|
|
|
|
checkshape result
|
|
|
|
checknbshapes result -t -solid 1 -shell 1 -face 3 -wire 4 -edge 11 -vertex 4
|
|
|
|
set tolres [checkmaxtol result]
|
|
|
|
if { ${tolres} > 0.004416} {
|
|
puts "Error: bad tolerance of result"
|
|
}
|
|
|
|
checkprops result -s 77917.5 -v 195647
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png |