mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
22 lines
392 B
Plaintext
Executable File
22 lines
392 B
Plaintext
Executable File
puts "======="
|
|
puts "OCC872"
|
|
puts "SAM1660"
|
|
puts "======="
|
|
puts ""
|
|
|
|
########################################
|
|
## Exception is raised during vizualization attached shape.
|
|
########################################
|
|
|
|
cpulimit 3000
|
|
cpulimit 3500
|
|
|
|
restore [locate_data_file OCC872.brep] result
|
|
|
|
vinit
|
|
vdisplay result
|
|
vfit
|
|
vsetdispmode 1
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|