mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
31 lines
578 B
Plaintext
Executable File
31 lines
578 B
Plaintext
Executable File
if { [string compare [datadir] "."] == 0 } {
|
|
datadir [file dirname [info script]]/data
|
|
}
|
|
|
|
cpulimit 1000
|
|
|
|
if { [array get Draw_Groups "Primitive building commands"] == "" } {
|
|
pload TOPTEST
|
|
}
|
|
|
|
if { [array get Draw_Groups "ZeViewer"] == "" } {
|
|
pload AISV
|
|
}
|
|
|
|
if { [info exists imagedir] == 0 } {
|
|
set imagedir .
|
|
}
|
|
if { [info exists test_image ] == 0 } {
|
|
set test_image photo
|
|
}
|
|
|
|
if { [info exists WorkDirectory] == 0 } {
|
|
set WorkDirectory "/tmp"
|
|
if { [array get env TEMP] != "" } {
|
|
set WorkDirectory "$env(TEMP)"
|
|
}
|
|
}
|
|
|
|
vinit
|
|
|