1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/hlr/begin
bugmaster 50174691dc 0032404: Draw - problems with definition of cpulimit in tests
- The maximum value of cpulimit in test cases was limited to 1000 seconds (~ 17 minutes)
- cpulimit 1000 has been added to hlr/begin
2021-06-16 17:10:53 +03:00

24 lines
470 B
Plaintext

pload TOPTEST
pload XDE
pload VISUALIZATION
if { [info exists imagedir] == 0 } {
set imagedir .
}
cpulimit 1000
set depsilon 1.e-7
proc COMPUTE_HLR {viewname algotype} {
uplevel #0 top
uplevel #0 clear
uplevel #0 vinit View1
uplevel #0 vdisplay a
uplevel #0 $viewname
uplevel #0 vcomputehlr a result -algoType $algotype
uplevel #0 fit
if { [string compare $algotype "algo"] == 0 } {
uplevel #0 build3d result
}
}