Skip to main content

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

InputNameExpected type(s)Description
Pin 0
Required
fieldsproperty_fields_container, property_field
Pin 1mesh_scopingscoping, vector<int32>
Pin 2default_valueint32, vector<int32>If pin 2 is used, the IDs not found in the property field are added with this default value.

Outputs

OutputNameExpected type(s)Description
Pin 0fieldsproperty_fields_container, property_field

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.
num_threadsint320Number of threads to use to run in parallel
run_in_parallelbooltrueLoops 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.