Skip to main content

DPF Mechanical 2026 R1

elementary_data_selector_fc class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.logic

Summary

Creates a scalar fields container based on the selected elementary data for each field.

available inputs: fields_container (FieldsContainer, Field), elementary_data_index (Int32, IList int, System.Collections.IEnumerable), elementary_data_index_2 (Int32, IList int, System.Collections.IEnumerable) (optional)

available outputs: fields_container (FieldsContainer)

Example

op = elementary_data_selector_fc()

op = elementary_data_selector_fc(fields_container=my_fields_container,elementary_data_index=my_elementary_data_index,elementary_data_index_2=my_elementary_data_index_2)

Class Information

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

Inputs

fields_container

Type: LinkableInput

elementary_data_index

one or several elementary data indices that will be extracted from the initial field. For a field with a nature matrix, this extracts the line indices.

Type: LinkableInput

elementary_data_index_2

For a field with nature matrix, this extracts the column indices.

Type: LinkableInput

Outputs

fields_container

Type: LinkableOutput

Constructors

Constructor

elementary_data_selector_fc()

Constructor

elementary_data_selector_fc(fields_container, elementary_data_index, elementary_data_index_2, config)

Parameters:

  • fields_container (object)
  • elementary_data_index (object)
  • elementary_data_index_2 (object)
  • config (OperatorConfig)

Constructor

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