mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
1. Correct building history: the case of closed spine. 2. Rollback method GeomFill_CorrectedFrenet::InitInterval - correct processing singularities on spine. 3. Correct test cases.
22 lines
582 B
Plaintext
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
|