Skip to main content

DPF Mechanical 2026 R1

merge_property_fields class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.utility

Summary

Assembles a set of property fields into a unique one.

available inputs: naive_merge (bool), property_fields1 (PropertyField, PropertyFieldsContainer), property_fields2 (PropertyField, PropertyFieldsContainer)

available outputs: property_field (PropertyField)

Example

op = merge_property_fields()

op = merge_property_fields(naive_merge=my_naive_merge,property_fields1=my_property_fields1,property_fields2=my_property_fields2)

Class Information

Property Value
Namespace Ans.DataProcessing.operators.utility
Assembly Ans_Dpf_Native_dll_cs
Base Class Ans.DataProcessing.internal_objects.BaseOperator

Inputs

naive_merge

If true, merge the input property fields assuming that there is no repetition in their scoping ids. Default is false.

Type: LinkableInput

property_fields1

Either a property fields container, a vector of property fields to merge or property fields from pin 0 to ...

Type: LinkableInput

property_fields2

Either a property fields container, a vector of property fields to merge or property fields from pin 0 to ...

Type: LinkableInput

Outputs

property_field

Type: LinkableOutput

Constructors

Constructor

merge_property_fields()

Constructor

merge_property_fields(naive_merge, property_fields1, property_fields2, config)

Parameters:

  • naive_merge (object)
  • property_fields1 (object)
  • property_fields2 (object)
  • config (OperatorConfig)

Constructor

merge_property_fields(config)

Parameters:

  • config (OperatorConfig)

Methods

Properties

inputs

Type: InputSpec

# Get or set the property
value = obj.inputs
obj.inputs = new_value

outputs

Type: OutputSpec

# Get or set the property
value = obj.outputs
obj.outputs = new_value

defaultConfig

Type: Config

# Get the property (read-only)
value = obj.defaultConfig

Connect with Ansys