mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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
|