mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Added Poly_MergeNodesTool tool for merging nodes within triangulation. Added RWStl_Reader::MergeAngle() property managing merging behavior.
7 lines
188 B
Plaintext
7 lines
188 B
Plaintext
readstl m [locate_data_file model_stl_026.stl]
|
|
|
|
# Number of triangles check
|
|
checktrinfo m -tri 41113 -nod 18459
|
|
|
|
# Visual check
|
|
checkview -display m -2d -path ${imagedir}/${test_image}.png |