EXPORT STL

From Macros Wiki
Jump to navigationJump to search

Up

Command

EXPORT_STL <solid ref> <filename> <file type> <accuracy>


Export a solid to an STL file.

Parameters

<solid ref>
Solid number, use zero for selected solid
<filename>
Filename as either text in double quotes, or a text variable.
If the filename does not contain full path information, then the file will be opened in the same folder as the macro.
<file type>
TEXT = text format, BINARY = binary format file
<accuracy>
Accuracy of the output model

Example

EXPORT_STL 23, myFile$, BINARY, 0.00025