STL: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "STL (STereoLithography) is a file format native to the stereolithography CAD software created by 3D Systems. STL is also known as Standard Tessellation Language[1] This file form...")
 
No edit summary
Line 1: Line 1:
STL (STereoLithography) is a file format native to the stereolithography CAD software created by 3D Systems. STL is also known as Standard Tessellation Language[1] This file format is supported by many other software packages; it is widely used for rapid prototyping and computer-aided manufacturing.
An STL file is a wireframe representation of an object using a list of triangle coordinates in 3D space.


* http://en.wikipedia.org/wiki/STL_%28file_format%29
STL files are an open file standard and are widely used in Computer Aided Manufacturing (CAM) and rapid prototyping. The STL file format is good for printing out parts because it describes a part's surface geometry. Unfortunately, STL files are terrible for doing Computer Aided Design (CAD). They can be imported into CAD applications but are difficult to change. See the link to the article 'CAD vs CAM' in the discussion section below.
 
* [http://forums.reprap.org/read.php?1,70418,70418 ""CAD" files vs CAM files - a designer's plea"]. ... "STLs are to CAD models as a PDF full of photographs of words is to a text file. You can send them both to a printer just fine, but it's a big hassle to fix a typo." ... "the .scad files contain formulas that document what we in the SolidWorks community call "design intent"." ...
 
* [[Wikipedia:STL File Format|STL File Format]]
* http://bastech.com/sla/techtips/STLfiles.asp
* http://bastech.com/sla/techtips/STLfiles.asp
* http://forums.reprap.org/read.php?80,118385,118385
* http://forums.reprap.org/read.php?80,118385,118385


[[Category:File Format]]
[[Category:File Format]]

Revision as of 01:03, 1 December 2012

An STL file is a wireframe representation of an object using a list of triangle coordinates in 3D space.

STL files are an open file standard and are widely used in Computer Aided Manufacturing (CAM) and rapid prototyping. The STL file format is good for printing out parts because it describes a part's surface geometry. Unfortunately, STL files are terrible for doing Computer Aided Design (CAD). They can be imported into CAD applications but are difficult to change. See the link to the article 'CAD vs CAM' in the discussion section below.

  • ""CAD" files vs CAM files - a designer's plea". ... "STLs are to CAD models as a PDF full of photographs of words is to a text file. You can send them both to a printer just fine, but it's a big hassle to fix a typo." ... "the .scad files contain formulas that document what we in the SolidWorks community call "design intent"." ...