mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
11 lines
177 B
Plaintext
Executable File
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"
|