Files
tldr/pages.zh/common/stl2gts.md

24 lines
659 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# stl2gts
> 将 STL 文件转换为 GTSGNU 三角化表面库)文件格式。
> 更多信息:<https://manned.org/stl2gts>。
- 将 STL 文件转换为 GTS 文件:
`stl2gts < {{path/to/file.stl}} > {{path/to/file.gts}}`
- 将 STL 文件转换为 GTS 文件并反转面法线:
`stl2gts --revert < {{path/to/file.stl}} > {{path/to/file.gts}}`
- 将 STL 文件转换为 GTS 文件并不合并顶点:
`stl2gts --nomerge < {{path/to/file.stl}} > {{path/to/file.gts}}`
- 将 STL 文件转换为 GTS 文件并显示表面统计信息:
`stl2gts --verbose < {{path/to/file.stl}} > {{path/to/file.gts}}`
- 显示帮助信息:
`stl2gts --help`