add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# 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`