mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-20 11:54:07 +03:00
22 lines
428 B
Plaintext
Executable File
22 lines
428 B
Plaintext
Executable File
if { [array get Draw_Groups "TOPOLOGY Check commands"] == "" } {
|
|
pload TOPTEST
|
|
}
|
|
if { [array get Draw_Groups "Shape Healing"] == "" } {
|
|
pload XSDRAW
|
|
}
|
|
# To prevent loops limit to 5 minutes
|
|
cpulimit 300
|
|
|
|
if {[string compare [datadir] "."] == 0} {
|
|
datadir [file dirname [info script]]/data
|
|
}
|
|
|
|
if { [info exists imagedir] == 0 } {
|
|
set imagedir .
|
|
}
|
|
|
|
if { [info exists test_image ] == 0 } {
|
|
set test_image photo
|
|
}
|
|
|