1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-07 18:30:55 +03:00

28 lines
715 B
Plaintext
Executable File

puts "TODO ?DEBUG_OCC24121 Windows: \\*\\* Exception \\*\\*.*"
puts "TODO ?DEBUG_OCC24121 Windows: An exception was caught"
puts "TODO ?DEBUG_OCC24121 Windows: Faulty OCC22757"
puts "================"
puts "OCC22757"
puts "================"
puts ""
#######################################################################################
# Exception in ShapeHealing
######################################################################################
set BugNumber OCC22757
catch {pload XDE}
set status 0
restore [locate_data_file BUC60887.brep] res
set TestVar [ catch {fixshape result res 0.01} ]
if { ${TestVar} != 0 } {
puts "Faulty ${BugNumber}"
} else {
puts "OK ${BugNumber}"
}
set 3dviewer 0