mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0030442: Mesh - broken triangulation on pipe shape Scale down min size parameter for NURBS taking into account its U and V resolution in order to prevent comparison of 2d parameters with 3d value involved in filtering process.
18 lines
406 B
Plaintext
18 lines
406 B
Plaintext
puts "======="
|
|
puts "0031853: Mesh - holes in triangulation with large linear deflection"
|
|
puts "======="
|
|
puts ""
|
|
|
|
pload MODELING XDE VISUALIZATION
|
|
|
|
testreadstep [locate_data_file bug31853_WR16-30.step] result
|
|
|
|
incmesh result 1 -a 6
|
|
checktrinfo result -tri 142834 -nod 72496
|
|
|
|
vinit View1
|
|
vdefaults -autoTriang 0
|
|
vdisplay -dispMode 1 result
|
|
vfit
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|