mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08: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).
7 lines
186 B
Plaintext
7 lines
186 B
Plaintext
readstl m [locate_data_file model_stl_022.stl]
|
|
|
|
# Number of triangles check
|
|
checktrinfo m -tri 4388 -nod 2194
|
|
|
|
# Visual check
|
|
checkview -display m -2d -path ${imagedir}/${test_image}.png |