mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
Fix to address Rational surface with non-unitary weights at last index Add new test case folder with test case for bugs
23 lines
367 B
Plaintext
Executable File
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"
|
|
|