1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00
Files
occt/tests/bugs/end
sneeraj fa920fb12e 0023377: Error in importing a rational spline IGES surface [Type 128, PROP3 = 0] into OCCT
Fix to address Rational surface with non-unitary weights at last index
Add new test case folder with test case for bugs
2012-08-31 15:33:33 +04:00

23 lines
367 B
Plaintext
Executable File

if { [isdraw result] } {
if { [info exists 2dviewer] } {
clear
smallview
donly result
fit
xwd $imagedir/${test_image}.gif
}
if { [info exists 3dviewer] } {
vclear
vdisplay result
vsetdispmode 1
vfit
vdump $imagedir/${test_image}.gif
}
} else {
puts "Error : The command can not be build."
}
# to end a test script
puts "TEST COMPLETED"