LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

stl2gts

Convert STL 3D meshes to GTS format

TLDR

Convert STL to GTS
$ stl2gts < [input.stl] > [output.gts]
copy
With verbose output
$ stl2gts -v < [input.stl] > [output.gts]
copy
Help
$ stl2gts --help
copy

SYNOPSIS

stl2gts [-v] < input.stl > output.gts

DESCRIPTION

stl2gts converts 3D mesh files from the widely-used STL (Stereolithography) format into GTS (GNU Triangulated Surface) format. STL files represent 3D surfaces as collections of triangular facets and are commonly used in CAD software, 3D printing, and computational geometry.The GTS format is designed for efficient manipulation and analysis of triangulated surfaces. Unlike STL, GTS stores topological information about vertex and edge connectivity, enabling operations like mesh refinement, boolean operations, and surface analysis that would be difficult with raw triangle soup.The tool reads STL data from standard input and writes GTS output to standard output, following the Unix pipeline convention. It is part of the GTS Library toolkit, which provides a collection of utilities for triangulated surface mesh processing and computational geometry.

PARAMETERS

-v, --verbose

Verbose output.
--help
Show help.
--version
Show version.

INSTALL

sudo apt install libgts-bin
copy

CAVEATS

Stdin/stdout only. Binary STL not supported. Part of gts-bin.

HISTORY

stl2gts is part of the GTS Library (GNU Triangulated Surface Library) for mesh manipulation and analysis.

SEE ALSO

gts2stl(1), meshlab(1), admesh(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid