mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +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
24 lines
496 B
Plaintext
Executable File
24 lines
496 B
Plaintext
Executable File
|
|
puts "========"
|
|
puts "OCC446"
|
|
puts "OCC447"
|
|
puts "(case 3)"
|
|
puts "========"
|
|
puts ""
|
|
######################################
|
|
## As result I have fail on shape that it is not closed.
|
|
######################################
|
|
|
|
restore [locate_data_file OCC446c.brep] result
|
|
|
|
set che [checkshape result]
|
|
if { [regexp {Faulty} $che ] == 1} {
|
|
puts "Faulty OCC446 (case 3): Source shape is NotClosed"
|
|
} else {
|
|
puts "OCC446 OK (case 3): Source shape is Closed"
|
|
}
|
|
set square 13694.6
|
|
set 2dviewer 0
|
|
|
|
|