Skip to main content

DPF Mechanical 2026 R1

merge_any class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.utility

Summary

Merges a list of objects having the same data types. Once the data type is found, the merge operation is forwarded to the correct merge Operator.

available inputs: any1 (object), any2 (object)

available outputs: any (object)

Example

op = merge_any()

op = merge_any(any1=my_any1,any2=my_any2)

Class Information

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

Inputs

any1

Either a vector of objects (sharing the same data types) or objects from pin 0 to ... to merge. Supported types rely on existing type specific merge operators.

Type: LinkableInput

any2

Either a vector of objects (sharing the same data types) or objects from pin 0 to ... to merge. Supported types rely on existing type specific merge operators.

Type: LinkableInput

Outputs

any

Type: LinkableOutput

Constructors

Constructor

merge_any()

Constructor

merge_any(any1, any2, config)

Parameters:

  • any1 (object)
  • any2 (object)
  • config (OperatorConfig)

Constructor

merge_any(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