Capítulo 603 de 859
An exporter for STL.
STL files describe only the surface geometry of a three-dimensional object without any representation of color, texture or other common model attributes. The STL format specifies both ASCII and binary representations, with binary being more compact. STL files contain no scale information or indexes, and the units are arbitrary.
const exporter = new STLExporter();
const data = exporter.parse( mesh, { binary: true } );
Constructor
| Signature |
|---|
new STLExporter() |
Methods
| Method | Description |
|---|---|
| `.parse( scene : Object3D, options : STLExporter~Options ) : string | ArrayBuffer` |