
stl2gts
List of commands for stl2gts:
-
stl2gts:tldr:28e30 stl2gts: Convert an STL file to a GTS file and do not merge vertices.$ stl2gts --nomerge < ${filename-stl} > ${filename-gts}try on your machineexplain this command
-
stl2gts:tldr:341d7 stl2gts: Print help for `stl2gts`.$ stl2gts --helptry on your machineexplain this command
-
stl2gts:tldr:73301 stl2gts: Convert an STL file to a GTS file.$ stl2gts < ${filename-stl} > ${filename-gts}try on your machineexplain this command
-
stl2gts:tldr:dd5b2 stl2gts: Convert an STL file to a GTS file and display surface statistics.$ stl2gts --verbose < ${filename-stl} > ${filename-gts}try on your machineexplain this command
-
stl2gts:tldr:e9bc0 stl2gts: Convert an STL file to a GTS file and revert face normals.$ stl2gts --revert < ${filename-stl} > ${filename-gts}try on your machineexplain this command