STL & Sla
STL & Sla
•The main purpose of the STL file format is to encode the surface geometry of a 3D
object. It encodes this information using a simple concept called ”tessellation”.
• This tessellated CAD data generally carry defects like gaps, overlaps, degenerate
facets etc which may necessitate the repair software. These defects are shown in
figure below. The STL file connects the surface of the model in an array of triangles
and consists of the X, Y and Z coordinates of the three vertices of each surface
triangle, as well as an index that describes the orientation of the surface normal.
How does an STL file store information about facets?
•The STL file format provides two different ways of storing information about
the triangular facets that tile the object surface.
1)ASCII encoding 2)The binary encoding