logic:elementary data selector (fields container)
Version: 0.0.0
Description
Creates a scalar fields container based on the selected elementary data for each field.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | fields_container | fields_container, field | |
| Pin 1 Required | elementary_data_index | int32, vector<int32> | one or several elementary data indices that will be extracted from the initial field. For a field with a nature matrix, this extracts the line indices. |
| Pin 3 | elementary_data_index_2 | int32, vector<int32> | For a field with nature matrix, this extracts the column indices. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields_container | fields_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: logic
Plugin: core
Scripting name: elementary_data_selector_fc
Full name: logic.elementary_data_selector_fc
Internal name: elementary_data_selector_fc
License: None
Changelog
- Version 0.0.0: Initial release.