mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
New formula to calculate number of points along V axis of a cone depending on ratio of its size along V and U.
22 lines
464 B
Plaintext
22 lines
464 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
|
|
|
|
tscale result 9.7978019714355504 25.567642604431001 42.7875250671255 0.001
|
|
incmesh result 0.00558
|
|
|
|
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
|