Skip to main content

DPF Mechanical 2026 R1

rigid_transformation_provider class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.result

Summary

Extracts rigid body transformation from dsub file.

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

available outputs: fields_container (FieldsContainer)

Example

op = rigid_transformation_provider()

op = rigid_transformation_provider(streams=my_streams,data_sources=my_data_sources)

Class Information

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

Inputs

streams

streams (result file container) (optional)

Type: LinkableInput

data_sources

data source of dsub file.

Type: LinkableInput

Outputs

fields_container

Type: LinkableOutput

Constructors

Constructor

rigid_transformation_provider()

Constructor

rigid_transformation_provider(streams, data_sources, config)

Parameters:

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

Constructor

rigid_transformation_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