Data & Export
STL Export Check
What this shows
A rotating mesh supplies geometry to an STL export call.
Loading scene…Key API excerpt
Key API excerpt
import * as EASEL from "@xsyetopz/easel";
const exporter = new EASEL.STLExporter();
const exported = exporter.parse(mesh, "EASELBox");