Skip to main content

DPF Mechanical 2026 R1

material_property_of_element class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.result

Summary

Loads the appropriate operator based on the data sources and retrieves material properties.

available inputs: streams_container (StreamsContainer) (optional), data_sources (DataSources)

available outputs: material_properties (Field)

Example

op = material_property_of_element()

op = material_property_of_element(streams_container=my_streams_container,data_sources=my_data_sources)

Class Information

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

Inputs

streams_container

Type: LinkableInput

data_sources

Type: LinkableInput

Outputs

material_properties

material properties

Type: LinkableOutput

Constructors

Constructor

material_property_of_element()

Constructor

material_property_of_element(streams_container, data_sources, config)

Parameters:

  • streams_container (object)
  • data_sources (object)
  • config (OperatorConfig)

Constructor

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