mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
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
22 lines
583 B
Plaintext
Executable File
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
|
|
|