Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 238 Bytes

File metadata and controls

11 lines (7 loc) · 238 Bytes

Solid.writeSTEP()

Node-only helper that writes the current solid to a STEP file on disk.

Usage

await solid.writeSTEP('out/part.step', 'part', { unit: 'millimeter' });

This is the file-writing companion to toSTEP().