1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/mesh/bug32982_1
oan dfb5aebd35 0032982: [Regression to 7.3.0] Mesh - Meshing the shape takes too long and visualization is bad
New formula to calculate number of points along V axis of a cone depending on ratio of its size along V and U.
2022-09-08 22:06:40 +03:00

20 lines
385 B
Plaintext

puts "========="
puts "OCC32982: Mesh - Meshing the shape takes too long and visualization is bad"
puts "========="
puts ""
restore [locate_data_file bug32982.brep] result
incmesh result 5.58
checktrinfo result -nod 4036 -tri 7450
vinit
vdefaults -autoTriang 0
vdisplay result
vsetdispmode 1
vfit
vpan -5 198
vzoom 150
checkview -screenshot -3d -path ${imagedir}/${test_image}.png