1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/heal/bug31855_1
jgv 3e98579a83 0031855: Modeling Algorithms - regression of the unifysamedom command.
Transformation of 2d-curves on elementary surfaces has been corrected.
2020-10-20 18:13:49 +03:00

20 lines
516 B
Plaintext

puts "================================================="
puts "OCC31855: Regression of the unifysamedom command."
puts "================================================="
puts ""
restore [locate_data_file bug31855_1.brep] a
unifysamedom result a
checkshape result
checknbshapes result -vertex 89 -edge 134 -wire 47 -face 47 -shell 1 -solid 1
set tolres [checkmaxtol result]
if { ${tolres} > 0.0006} {
puts "Error: bad tolerance of result"
}
checkview -display result -2d -path ${imagedir}/${test_image}.png