EXPORT STL

From Macros Wiki
Revision as of 17:52, 7 March 2013 by Mikeo (talk | contribs) (Created page with "{{Up}} {{Command|syntax=EXPORT_STL <solid ref> <filename> <file type> <accuracy> |description=:Export a solid to an STL file. |param1=<solid ref>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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