mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-04 11:36:52 +08:00
24 lines
427 B
Plaintext
Executable File
24 lines
427 B
Plaintext
Executable File
|
|
# To prevent loops limit to 10 minutes
|
|
cpulimit 600
|
|
|
|
if {[string compare [datadir] "."] == 0} {
|
|
datadir [file dirname [info script]]/data
|
|
}
|
|
|
|
if { [array get Draw_Groups "TOPOLOGY Feature commands"] == "" } {
|
|
pload TOPTEST
|
|
}
|
|
|
|
if { [array get Draw_Groups "Shape Healing"] == "" } {
|
|
pload XSDRAW
|
|
}
|
|
|
|
if { [info exists imagedir] == 0 } {
|
|
set imagedir .
|
|
}
|
|
|
|
if { [info exists test_image ] == 0 } {
|
|
set test_image photo
|
|
}
|