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

28 lines
471 B
Plaintext
Executable File

pload QAcommands
puts "================"
puts "OCC157"
puts "================"
puts ""
restore [locate_data_file OCC157.brep] wire
checkshape wire
set Tolerance 100.
set info_result [OCC157 result wire ${Tolerance}]
set ll [llength ${info_result}]
if {${ll} < 2} {
puts "length = ${ll}"
puts "OCC157: Error"
} else {
if { [regexp {OK} $info_result] } {
puts "OCC157: OK"
} else {
puts "OCC157: Error"
}
}
set square 2.11095e+06
set 2dviewer 0