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.
16 lines
331 B
Plaintext
16 lines
331 B
Plaintext
# Read brep file
|
|
restore [locate_data_file bug28840_4.brep] m
|
|
|
|
# Mesh it
|
|
incmesh m 1.0
|
|
|
|
# Save, read and delete file
|
|
writestl m $imagedir/${casename}
|
|
readstl res $imagedir/${casename}
|
|
file delete $imagedir/${casename}
|
|
|
|
checktrinfo res -tri 116 -nod 60
|
|
|
|
# Visual check
|
|
checkview -display res -2d -path ${imagedir}/${test_image}.png
|