1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-07-30 13:05:50 +03:00
occt/tests/bugs/heal/bug210
ika 9b308cd3f6 0023794: Too small precision leads to instability
tol2 (10^-36) was changed to dPreci (10^-18)
test case was changed by adding TODO
2013-03-07 13:21:34 +04:00

27 lines
605 B
Plaintext
Executable File

puts "TODO CR23794 ALL: Faulty shapes in variables faulty_1 to faulty_"
puts "========="
puts " OCC210 "
puts "========="
puts ""
##################################################
# Improve FixShape to correct case of touching wires
##################################################
pload XDE
cpulimit 2500
set BugNumber OCC210
set filepath [locate_data_file UKI60591.stp]
if [catch { stepread $filepath a * } result] {
puts "Faulty ${BugNumber}: here is reading problem"
} else {
puts "Reading ${BugNumber} OK"
tpcompound r
fixshape result r
checkshape result
}
set 2dviewer 0