projects
/
occt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3d7d8e1ce3220a6de8160da51095b8a837bea197
[occt.git]
/
tests
/
heal
/
begin
1
if { [array get Draw_Groups "TOPOLOGY Check commands"] == "" } {
2
pload TOPTEST
3
}
4
if { [array get Draw_Groups "Shape Healing"] == "" } {
5
pload XSDRAW
6
}
7
# To prevent loops limit to 5 minutes
8
cpulimit 300
9
10
if { [info exists imagedir] == 0 } {
11
set imagedir .
12
}
13
14
if { [info exists test_image ] == 0 } {
15
set test_image photo
16
}
17