table of contents
STL_BORDERS(1) | User Commands | STL_BORDERS(1) |
NAME¶
stl_borders - stl_borders prints how many border edges there are in a given STL file.
DESCRIPTION¶
stl_borders prints how many border edges there are in a given STL file.
usage: stl_borders [ -e ] [ -i ] [ <input file> ]
- Prints how many border edges there are. For a watertight, manifold model, it will be 0. -e - will use the vertices exactly as stored rather than consolidating vertices that are very close together -i - ignore degenerate triangles (those with area very near or exactly 0).
June 2025 | stl_borders v1.2 |