1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
ski a8676008f7 Adding of testing cases from subgroups 937 940 and 941 of CHL group
Splitting of subgroups bugs/modalg and bugs/moddata to optimise time of testing
Correction of end file in group v3d
Small correction of test case
2013-02-08 15:16:15 +04:00

32 lines
663 B
Plaintext
Executable File

puts "========================"
puts "OCC22303"
puts "========================"
puts ""
#######################################################################
# The algorithm BRepExtrema_DistShapeShape crashes with exception if one of the shapes does non contain vertices
#######################################################################
set BugNumber OCC22303
line ll 0 20 0 1 0 0
mkedge ee ll
psphere ss 10
distmini dd ee ss
puts "Distance=[dval dd_val]"
if [expr [dval dd_val] - 10. > 1.e-3 ] {
set status 1
} else {
set status 0
}
# Resume
puts ""
if { ${status} != 0 } {
puts "Faulty ${BugNumber}"
} else {
puts "OK ${BugNumber}"
}