STL: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
* [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"." ...
* [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]]
* [[Wikipedia:STL File Format|Wikipedia description of STL File Format]]
* [http://www.reprap.org/wiki/RepRap_Options#Files Very good description of the fundament difference in computer representation of 3D parts]]
* 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]]

Latest revision as of 01:07, 1 December 2012

An STL file is a wireframe representation of an object using a list of triangles. The triangles are represented as 3 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"." ...