Skip to main content

DPF Mechanical 2026 R1

overlap_fields class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.utility

Summary

Take two fields and superpose them, the overlapping field will override values of base_field.

available inputs: base_field (Field) (optional), overlapping_field (Field) (optional)

available outputs: field (Field)

Example

op = overlap_fields()

op = overlap_fields(base_field=my_base_field,overlapping_field=my_overlapping_field)

Class Information

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

Inputs

base_field

Type: LinkableInput

overlapping_field

Type: LinkableInput

Outputs

field

Type: LinkableOutput

Constructors

Constructor

overlap_fields()

Constructor

overlap_fields(base_field, overlapping_field, config)

Parameters:

  • base_field (object)
  • overlapping_field (object)
  • config (OperatorConfig)

Constructor

overlap_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