mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Fix to address Rational surface with non-unitary weights at last index Add new test case folder with test case for bugs
31 lines
647 B
Plaintext
Executable File
31 lines
647 B
Plaintext
Executable File
# File : begin
|
|
if { [array get Draw_Groups "TOPOLOGY Check commands"] == "" } {
|
|
pload TOPTEST
|
|
pload VISUALIZATION
|
|
# set env(CSF_DrawPluginQADefaults) $env(CASROOT)/src/DrawResources/.
|
|
# pload QAcommands
|
|
# pload -DrawPluginQA QAcommands
|
|
}
|
|
|
|
# to prevent loops limit to 16 minutes
|
|
cpulimit 1000
|
|
|
|
#set script_dir [file dirname [info script]]/script
|
|
# if { [info exist WorkDirectory] == 0 } {
|
|
# set WorkDirectory "/tmp"
|
|
# if { [array get env TEMP] != "" } {
|
|
# set WorkDirectory "$env(TEMP)"
|
|
# }
|
|
# }
|
|
|
|
if { [info exists imagedir] == 0 } {
|
|
set imagedir .
|
|
}
|
|
if { [info exists test_image] == 0 } {
|
|
set test_image photo
|
|
}
|
|
|
|
|
|
|
|
|