0023434: Generate images in lossless format (PNG) instead of lossy GIF currently...
[occt.git] / tests / prism / end
CommitLineData
40093367 1if { [isdraw result] } {
2 regexp {Mass +: +([-0-9.+eE]+)} [sprops result] full m
3
4 #check if result is valid
5 puts [checkshape result]
6 clear
7 smallview
8 donly result
9 fit
88f8fc81 10 xwd $imagedir/${test_image}.png
40093367 11} else {
12 puts "Error : The prism can not be build."
13}
14
15# to end a test script
16puts "TEST COMPLETED"