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_2
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
518 B
Plaintext

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