mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
readstl syntax has been modified, so that it creates a single-face triangulation by default. The argument "trinagulation" is no more supported. The new argument "-brep" has been introduced to generate a compound of per-triangle faces instead (old default behavior of the command).
9 lines
295 B
Plaintext
9 lines
295 B
Plaintext
readstl m [locate_data_file bug28680_sample01b.stl]
|
|
|
|
# Number of triangles check
|
|
checktrinfo m -tri 62075 -nod 31879
|
|
|
|
# Visual check
|
|
checkview -display m -3d -vdispmode 0 -path ${imagedir}/${test_image}_edges.png
|
|
checkview -display m -3d -vdispmode 1 -path ${imagedir}/${test_image}_shading.png
|