1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-06-10 11:34:06 +03:00
occt/tests/bugs/modalg/bug23114
apn 809eca9db6 Added test cases to folders /bugs/modalg and /bugs/moddata from chl grid.
Modified TODO in some offset cases.
Deleted the same test cases bug697_* in /bugs/modalg
Deleted test cases which is based on v2d commands
Added test cases to folder bugs
2013-01-25 16:22:41 +04:00

24 lines
690 B
Plaintext
Executable File

puts "================"
puts "OCC23114"
puts "================"
puts ""
#######################################################################################
# Extrema algorithm throws the exception
######################################################################################
set BugNumber OCC23114
restore [locate_data_file OCC23114-c1.draw] c1
restore [locate_data_file OCC23114-c2.draw] c2
trim c1t c1 6.8444417666253693e-010 3.3201579728233819e-007
trim c2t c2 0.57529999999422077 0.99999999996162448
set exception_status [ catch { extrema c1t c2t } ]
if { ${exception_status} == 0 } {
puts "OK ${BugNumber}"
} else {
puts "Faulty ${BugNumber}"
}
set 3dviewer 0