utility:convert to meshes container
Version: 0.0.0
Description
Creates a meshes container containing the mesh provided on pin 0.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | mesh | abstract_meshed_region, meshes_container | If a meshes container is set in input, it is passed on as an output with the additional label space (if any). |
| Pin 1 Required | label | label_space | Sets a label space. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | meshes_container | meshes_container |
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: utility
Plugin: core
Scripting name: mesh_to_mc
Full name: utility.mesh_to_mc
Internal name: InjectToMeshesContainer
License: None
Changelog
- Version 0.0.0: Initial release.