1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_7/bug21413
jgv bf327822d6 0026071: BRepOffsetAPI_MakePipeShell produces rough result
1. Correct building history: the case of closed spine.
2. Rollback method GeomFill_CorrectedFrenet::InitInterval - correct processing singularities on spine.
3. Correct test cases.
2019-10-22 15:15:48 +03:00

22 lines
582 B
Plaintext

puts "TODO OCC21413 ALL: bad accuracy of approximation"
puts "========"
puts "OCC21413"
puts "========"
puts ""
#########################################################
# Pipe fails - very sensitive to spine parameterization
########################$$$$$$$$$$$$$$$$$$$$$$###########
restore [locate_data_file bug21413_dc1_err.draw] a
set log [tuyau result a 1]
regexp {Accuracy of approximation = ([0-9+-.eE]*)} $log full accuracy
if { ${accuracy} > 0.0001} {
puts "Error: bad accuracy of approximation"
}
checkview -display result -2d -path ${imagedir}/${test_image}.png