STLB Files
Stereolithography (binary)


These are some examples of STLB, or "binary STL" files. "STL" stands for "stereolithography", and indicates that the primary purpose of this file format is to describe the shape of a 3D stationary object. Stereolithography is a means of creating physical 3D models of such objects, using resin or carefully cut and joined pieces of paper.

The STLB file usually has a filename extension of ".stlb". It contains a description of the surface of a solid that has been decomposed into triangles. The vertices of the triangles should be listed in counterclockwise order, as viewed from outside the surface. A normal vector for the triangle may also be listed.

The file begins with a solid record, (which can include a name for the object), and ends with an endsolid record. Each triangle begins with a facet record and ends with an endfacet record. The normal vector, if given, is included as part of the facet record, and is identified by the normal keyword. The normal vector should have unit length. The three vertices of the triangle are delimited by outer loop and endloop records. Each vertex is described on a vertex record that lists its (X,Y,Z) coordinates.

A binary STL file has the following structure:

The facet record has the form:

STLB File Characteristics:

Related Data and Programs:

For debugging, or small examples, it is an ASCII stereolithography file format is available. For information, see the STLA format.

Reference:

  1. 3D Systems, Inc,
    Stereolithography Interface Specification,
    October 1989.

Programs to convert an STLB file to another format:

Programs to convert another format to STLB format:

Programs to write a binary STL file include:

Sample Files:

You can go up one level to the DATA page.


Last revised on 18 September 2005.