The STL Format
Standard Data Format of STL Reprinted from http://www.fabbers.com/tech/STL_Format Reprinted from Section 6.5 of Automated Fabrication by Marshall Burns, Ph.D. Technical source: StereoLithography Interface Specification, 3D Systems, Inc., October 1989 An STL (“StereoLithography”) file is a triangular representation of a 3-dimensional surface geometry. The surface is tessellated or broken down logically into a series of small triangles (facets). Each facet is described by a perpendicular direction and three points representing the vertices (corners) of the triangle. These data are used by a slicing algorithm to determine the cross sections of the 3-dimensional shape to be built by the fabber. Format Specifications An STL file consists of a list of facet data. Each facet is uniquely identified by a unit normal (a……