mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08: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_021.stl]
|
|
|
|
# Number of triangles check
|
|
checktrinfo m -tri 63268 -nod 31448
|
|
|
|
# Visual check
|
|
checkview -display m -2d -path ${imagedir}/${test_image}.png |