scoping:rescope property field
Version: 0.0.0
Description
Rescopes a property field on the given scoping. If an ID does not exist in the original property field, the default value (in 2) is used when defined.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | fields | property_fields_container, property_field | |
| Pin 1 | mesh_scoping | scoping, vector<int32> | |
| Pin 2 | default_value | int32, vector<int32> | If pin 2 is used, the IDs not found in the property field are added with this default value. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields | property_fields_container, property_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. |
| num_threads | int32 | 0 | Number of threads to use to run in parallel |
| run_in_parallel | bool | true | Loops are allowed to run in parallel if the value of this config is set to true. |
Scripting
Category: scoping
Plugin: core
Scripting name: rescope_property_field
Full name: scoping.rescope_property_field
Internal name: Rescope_pf
License: None
Changelog
- Version 0.0.0: Initial release.