mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
12 lines
258 B
Plaintext
12 lines
258 B
Plaintext
if { [isdraw result] } {
|
|
#check if result is valid
|
|
puts [checkshape result]
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
} else {
|
|
puts "Error : The blend cannot be built."
|
|
}
|
|
|
|
# to end a test script
|
|
puts "TEST COMPLETED"
|