Optionalshape: TOptionalfileName: stringOptionalprecision: numberOptionaladjustYtoZ: booleanOptionaltryDownload: booleanOptionalbinary: booleanThe shape written to the file.
The name the downloaded file gets.
The meshing tolerance in model units; a smaller value follows curved surfaces more closely and makes a bigger file.
When true, the shape is turned so this library's Y-up becomes Z-up.
OptionaltryWhen true, a browser download of the file is started where that is possible; the kernel itself only returns the text.
OptionalbinaryWhen true, the STL is written in its binary form, which is much smaller than the text form.
A shape, a file name and meshing options for
io.saveShapeStl, which triangulates the shape and writes it as an STL file.