mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03:00
Check links produced by splitting of an initial link by the middle point for MinSize requirement.
19 lines
356 B
Plaintext
19 lines
356 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 16168 -nod 8206
|
|
|
|
vinit
|
|
vdefaults -autoTriang 0
|
|
vsetdispmode 1
|
|
vdisplay result
|
|
vfit
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|