mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-02 17:46:22 +03:00
Add '-exact' option to checkshape command to use exact method to validate edges using BRepLib_ValidateEdge class. Default mode is calculating in finite number of points.
12 lines
193 B
Plaintext
Executable File
12 lines
193 B
Plaintext
Executable File
pload TOPTEST
|
|
|
|
# Execution time limit to prevent loops
|
|
cpulimit 1000
|
|
|
|
if { [info exists imagedir] == 0 } {
|
|
set imagedir .
|
|
}
|
|
|
|
if { [info exists test_image ] == 0 } {
|
|
set test_image photo
|
|
} |