No processing of your file contents takes place on any server. You need no data-processing agreement with gottrix to handle confidential or business documents.
Hosted in GermanyGlobal Content Delivery
Origin servers at Hetzner in Germany, delivered worldwide through a content delivery network. Your file contents are never transmitted in the process - they never leave your device.
STL is the standard 3D-printing format - a plain triangle shell. PLY (Polygon File Format / Stanford) is the format research tools, 3D scanners and meshing software such as MeshLab or CloudCompare prefer. This tool reads your STL - binary or ASCII - and writes a clean ASCII PLY.
Both binary and ASCII STL are recognised automatically. Because STL stores every triangle with explicit, repeated vertices, the conversion welds identical vertices into a shared pool first, then writes a PLY vertex list plus a triangle face list. The triangle count is preserved and the coordinates are carried over unchanged.
Everything runs entirely locally in the browser - your possibly confidential model never leaves your device. Honestly framed: pure geometry is transferred. STL has no colour or material to carry, so the PLY contains vertices and triangle faces only. An invalid or empty STL file is rejected with a clear message.
STL knows only bare triangles - no colours, no named parts, no texture. Accordingly the PLY here also carries pure triangle geometry; it gains no information that was never in the STL. Its advantage is simply the widely supported format, readable by research and point-cloud tools - exactly where STL reaches its limits.
Specifications
Specifications
Input formats
STL
Output format
PLY
Batch processing
No
Processing
Locally in your browser (JavaScript)
File upload
None
In 3 steps
Drop your STL file (binary or ASCII).
The conversion runs automatically.
Download the ASCII PLY.
Limitations: Converts STL (binary and ASCII) to readable ASCII PLY (Stanford format): vertices are welded into a shared pool and written with a triangle face list. Pure geometry is transferred. The per-triangle normal stored in STL is discarded on read; the PLY holds only x/y/z vertices, no normal property. An invalid or empty STL file is rejected with a clear error.
FAQ
Is binary and ASCII STL supported?
Yes. The tool detects the STL type automatically and reads both variants.
Are duplicate vertices merged?
Yes. STL repeats vertices per triangle; the conversion welds identical vertices into a shared pool for a clean PLY.
ASCII or binary PLY output?
ASCII PLY - a readable header plus a vertex list and a triangle face list.
Is my file uploaded?
No, the conversion happens entirely locally in the browser; your model never leaves your device.