1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +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

22 lines
583 B
Plaintext
Executable File

puts "========"
puts "OCC736"
puts "========"
puts ""
#####################################################
## After restoring attached shape(face) it is obviously that there is
## selfintersecting wire. However BRepCheck gives reply that shape looks OK.
#####################################################
restore [locate_data_file OCC736.brep] result
decho off
set che [checkshape result r]
decho on
if { [regexp {OK} $che ] == 1 } {
puts "Faulty OCC736: checkshape command works wrongly"
} else {
puts "OCC736 OK: checkshape command works PROPERLY"
}
set 2dviewer 0