mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
19 lines
355 B
Plaintext
19 lines
355 B
Plaintext
puts "======="
|
|
puts "0032424: Mesh - Slow triangulation of a simple shape."
|
|
puts "======="
|
|
puts ""
|
|
cpulimit 3
|
|
|
|
restore [locate_data_file bug32424.brep] result
|
|
|
|
incmesh result 0.17 -a 20
|
|
|
|
checktrinfo result -tri 2360 -nod 1302
|
|
|
|
vinit
|
|
vdefaults -autoTriang 0
|
|
vsetdispmode 1
|
|
vdisplay result
|
|
vfit
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|