1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

11 lines
177 B
Plaintext
Executable File

clear
smallview
if { [isdraw result] } {
donly result
} else {
puts "Error : the resulting shape is not done."
}
fit
xwd $imagedir/${test_image}.png
puts "TEST COMPLETED"