logic:same property fields?
Version: 0.0.0
Description
Takes two property fields and compares them.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | property_fieldA | abstract_meshed_region | |
| Pin 1 Required | property_fieldB | abstract_meshed_region |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | are_identical | bool | |
| Pin 1 | information | string |
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: identical_property_fields
Full name: logic.identical_property_fields
Internal name: compare::property_field
License: None
Changelog
- Version 0.0.0: Initial release.