mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
checkdump - procedure to parse output dump and compare it with reference values; checklength - procedure to compute length of input shape. Added procedures and modified test group geometry.
19 lines
329 B
Plaintext
Executable File
19 lines
329 B
Plaintext
Executable File
$viewer
|
|
if { [string compare "$viewer" "v2d"] == 0 } {
|
|
2dclear
|
|
donly result
|
|
2dfit
|
|
} elseif { [string compare "$viewer" "smallview"] == 0 } {
|
|
clear
|
|
donly result
|
|
fit
|
|
} else {
|
|
puts "Error : wrong value of variable viewer"
|
|
}
|
|
xwd $imagedir/${test_image}.png
|
|
|
|
# to end a test script
|
|
puts "TEST COMPLETED"
|
|
|
|
|