0025945: Make stable checking of shape global properties in tests
[occt.git] / tests / boolean / begin
CommitLineData
40093367 1if { [array get Draw_Groups "TOPOLOGY Check commands"] == "" } {
2 pload TOPTEST
3}
4
5# To prevent loops limit to 5 minutes
6cpulimit 300
7
8dset SCALE 100
9protect SCALE
10
40093367 11if { [info exists imagedir] == 0 } {
12 set imagedir .
13}
14
15if { [info exists test_image ] == 0 } {
16 set test_image photo
17}