mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
- The maximum value of cpulimit in test cases was limited to 1000 seconds (~ 17 minutes) - cpulimit 1000 has been added to hlr/begin
17 lines
305 B
Plaintext
17 lines
305 B
Plaintext
puts "======="
|
|
puts "OCC872: E x c e p t i o n is raised during visualization attached shape."
|
|
puts "SAM1660"
|
|
puts "======="
|
|
puts ""
|
|
|
|
cpulimit 1000
|
|
|
|
pload MODELING VISUALIZATION
|
|
restore [locate_data_file OCC872.brep] result
|
|
|
|
vinit View1
|
|
vdisplay result
|
|
vfit
|
|
vsetdispmode 1
|
|
vdump $imagedir/${casename}.png
|