logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

stl_normals - stl_normals inspects and modifies normal data of an STL file.

Description

       stl_normals inspects and modifies normal data of an STL file.

       usage: stl_normals [ -c ] [ -r ] [ -v ] <in file> [ <out file> ]

              Checks the stored normals against calculated normals based on ordering of vertices.

       -c - if present will ignore the present normal values and calculate them based on the vertex ordering.

       -r - if present will reverse the winding order of the vertices.

       -v - be verboze when printing out differing normals

stl_normals v1.1                                   March 2020                                     STL_NORMALS(1)

Name

       stl_normals - stl_normals inspects and modifies normal data of an STL file.

See Also