STLMeshWriter
From K-3D
Description
| Mesh writer that saves external Stereo Triangulation Lithograph (.stl) files |
| Plugin Status: | Stable |
| Categories: | All Plugins, Stable Plugins, MeshWriter Plugins |
Metadata
| Name | Value |
|---|
Properties
| Label | Description | Type | Script Name |
|---|---|---|---|
| Input Mesh | Input mesh | k3d::mesh* | input_mesh |
| File | Output file path. | k3d::filesystem::path | file |
| Group Solids | Group solids using a per-face array. | k3d::bool_t | group_solids |
| Group Array | Name of a per-face array containing solid labels (as used in OpenFOAM). | k3d::string_t | group_array |
| Color Array | Name of the array containing face colors (for binary, colored STL only) | k3d::string_t | color_array |
| File Type | STL file type | k3d::string_t | file_type |

