mesh:stl export
Version: 0.0.0
Description
Export a mesh into a stl file.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | mesh | abstract_meshed_region | |
| Pin 1 Required | file_path | string |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | data_sources | data_sources |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: mesh
Plugin: core
Scripting name: stl_export
Full name: mesh.stl_export
Internal name: stl_export
License: None
Changelog
- Version 0.0.0: Initial release.