logic:elementary data selector (field)
Version: 0.0.0
Description
Creates a scalar/vector field based on the selected elementary data.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | field | field, fields_container | |
| Pin 1 Required | elementary_data_index | int32, vector<int32> | One or several elementary data index that will be extracted from the initial field. For field with nature matrix, this is the line indices to extract. |
| Pin 2 | default_value | double | Set a default value for elementary data that do not exist. |
| Pin 3 | elementary_data_index_2 | int32, vector<int32> | For field with nature matrix, this is the column indices to extract. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | field | field |
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: logic
Plugin: core
Scripting name: elementary_data_selector
Full name: logic.elementary_data_selector
Internal name: elementary_data_selector
License: None
Changelog
- Version 0.0.0: Initial release.