STL (Stereolithography)
Nov 5,2025

GISBox is a one-stop 3D GIS data editing, conversion and publishing platform that supports editing in multiple GIS formats such as OSGB/GEOTIFF/RVT, converting to 3DTiles/Terrain and publishing.

Introduction

STL (StereoLithography) is a file format developed by 3D Systems for 3D printing and computer-aided design. It is widely used in the fields of rapid prototyping and computer-aided manufacturing (CAM).

Data Format

The data formats of STL mainly include the following two types:

  1. ASCII format: recorded in text format, including multiple definitions such as solid, facet, loop, etc. The information of each triangular face usually includes the normal vector and the coordinates of three vertices (each coordinate is a floating point number).
  2. Binary format: Contains the file header (80 bytes), the number of facets (4 bytes), and the normal vector and vertex coordinates of each facet. Each facet data occupies 50 bytes, and finally contains 2 bytes of attribute data.

Pros

  1. Simple and easy-to-understand file structure, easy to generate and parse.
  2. Widely compatible with a variety of 3D printing software and hardware, becoming the de facto standard for rapid prototyping systems.
  3. Suitable for fast export and slicing processing, improving design efficiency.

Cons

  1. It only stores geometric information, not surface color and texture data, which limits the expressiveness of the model.
  2. The mesh redundancy problem may cause the same vertex to be stored repeatedly in multiple faces, increasing the file size.
  3. For complex models, the triangulation density of STL directly affects the accuracy of printing.

Application Scenario

The STL file format is widely used in 3D printing, CAD model exchange, and other fields that require three-dimensional solid models. Designers and engineers can use various CAD software (such as AutoCAD, SolidWorks, etc.) to generate STL files for subsequent printing or other processing.

Example

1. STL.


2. STL file.

Related GIS files

PDS Design Review

MicroStation

Inventor

IGES

References

  1. https://en.wikipedia.org/wiki/STL_(file_format)
  2. https://www.loc.gov/preservation/digital/formats/fdd/fdd000505.shtml
  3. https://www.3dsystems.com/quickparts/learning-center/what-is-stl-file