Skip to main content

DPF Mechanical 2026 R1

layer_orientation_provider class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.result

Summary

Read the layer orientations.

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

available outputs: layer_orientation_data (FieldsContainer)

Example

op = layer_orientation_provider()

op = layer_orientation_provider(streams=my_streams,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

Result file container allowed to be kept open to cache data.

Type: LinkableInput

data_sources

Result file path container, used if no streams are set.

Type: LinkableInput

Outputs

layer_orientation_data

Requested data as FieldsContainer.

Type: LinkableOutput

Constructors

Constructor

layer_orientation_provider()

Constructor

layer_orientation_provider(streams, data_sources, config)

Parameters:

  • streams (object)
  • data_sources (object)
  • config (OperatorConfig)

Constructor

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