Data & Export

STL Export Check

What this shows

A rotating mesh supplies geometry to an STL export call.

This example needs a Canvas2D-capable browser.

Loading scene…

Loading scene…

Key API excerpt

import * as EASEL from "@xsyetopz/easel";


const exporter = new EASEL.STLExporter();
const exported = exporter.parse(mesh, "EASELBox");