mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Proper use of "freebounds" command in sewing testgrid: pload XSDRAW, reference data for checking free edges were added.
18 lines
301 B
Plaintext
18 lines
301 B
Plaintext
# To prevent loops limit to 5 minutes
|
|
cpulimit 300
|
|
|
|
if { [array get Draw_Groups "TOPOLOGY Feature commands"] == "" } {
|
|
pload TOPTEST
|
|
pload XSDRAW
|
|
}
|
|
|
|
if { [info exists imagedir] == 0 } {
|
|
set imagedir .
|
|
}
|
|
|
|
if { [info exists test_image ] == 0 } {
|
|
set test_image photo
|
|
}
|
|
|
|
set nbFreeEdges 0
|