utility:forward meshes container
Version: 0.0.0
Description
Returns the input mesh or meshes container into a meshes container.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | meshes | meshes_container, abstract_meshed_region | |
| Pin 1 | default_label | string | this default label is used if a new meshes container needs to be created (default is unknown) |
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: forward_meshes_container
Full name: utility.forward_meshes_container
Internal name: forward_meshes_container
License: None
Changelog
- Version 0.0.0: Initial release.