mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +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
26 lines
677 B
Plaintext
Executable File
26 lines
677 B
Plaintext
Executable File
puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_2"
|
|
puts "TODO OCC12345 ALL: Faulty OCC446"
|
|
###puts "TODO OCC12345 ALL: Error : The square of result shape is"
|
|
|
|
puts "========"
|
|
puts "OCC446"
|
|
puts "OCC447"
|
|
puts "(case 1)"
|
|
puts "========"
|
|
puts ""
|
|
######################################
|
|
## As result I have fail on shape that it is not closed.
|
|
######################################
|
|
|
|
restore [locate_data_file OCC446a.brep] result
|
|
|
|
set che [checkshape result]
|
|
if { [regexp {Faulty} $che ] == 1 } {
|
|
puts "Faulty OCC446 (case 1): Source shape is NotClosed"
|
|
} else {
|
|
puts "OCC446 OK (case 1): Source shape is Closed"
|
|
}
|
|
set square 108.845
|
|
set 2dviewer 0
|
|
|