export_stl
Export 3D models as STL files for 3D printing or reverse engineering. Specify the output path and optionally export only the current selection.
Instructions
导出 STL(3D 打印/逆向常用)。若本机没有对应导出器会报错。 [English] Export STL (common for 3D printing / reverse engineering). Fails if this Max has no matching exporter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 输出 .stl 文件路径。 | Output .stl path. | |
| selected | No | 是否只导出当前选择,默认是。 | Export only the current selection, default true. |