mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
22 lines
487 B
Plaintext
Executable File
22 lines
487 B
Plaintext
Executable File
## ==================================
|
|
## File : Begin file for FEAT grids
|
|
## Date : 01.02.2012
|
|
## ==================================
|
|
|
|
if { [string compare [datadir] "."] == 0 } {
|
|
datadir [file dirname [info script]]/data
|
|
}
|
|
if { [array get Draw_Groups "TOPOLOGY Check commands"] == "" } {
|
|
pload TOPTEST
|
|
}
|
|
|
|
# To prevent loops limit to 10 minutes
|
|
cpulimit 600
|
|
|
|
if { [info exists imagedir] == 0 } {
|
|
set imagedir .
|
|
}
|
|
if { [info exists test_image ] == 0 } {
|
|
set test_image photo
|
|
}
|