1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_7/bug31066
jgv 63da0df9c2 0031066: Infinite loop in ShapeUpgrade_UnifySameDomain
Modification in local static method TransformPCurves - compute real U And V bounds of a face and use them in further computations.
2019-10-22 15:15:47 +03:00

23 lines
530 B
Plaintext

puts "======================================================="
puts "OCC31066: Infinite loop in ShapeUpgrade_UnifySameDomain"
puts "======================================================="
puts ""
pload MODELING DATAEXCHANGE
stepread [locate_data_file bug31066.stp] a *
unifysamedom result a_1
checkshape result
checknbshapes result -solid 1 -shell 1 -face 140 -wire 174 -edge 352 -vertex 208
set tolres [checkmaxtol result]
if { ${tolres} > 0.001} {
puts "Error: bad tolerance of result"
}
checkprops result -v 139105