mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
17 lines
382 B
Plaintext
Executable File
17 lines
382 B
Plaintext
Executable File
puts "========================"
|
|
puts " OCC327 "
|
|
puts " case 3 "
|
|
puts "========================"
|
|
|
|
restore [locate_data_file OCC327c.brep] result
|
|
|
|
set che [checkshape result r]
|
|
if { [regexp {OK} $che] == 1 } {
|
|
puts " OCC327 case 3: OK"
|
|
} else {
|
|
puts " OCC327 case 3: Faulty"
|
|
}
|
|
|
|
checkprops result -s 61013.8
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|