Skip to main content

DPF Mechanical 2026 R1

rigid_transformation class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.result

Summary

Extracts rigid body motions from a displacement in input.

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

available outputs: fields_container (FieldsContainer)

Example

op = rigid_transformation()

op = rigid_transformation(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

streams (result file container) (optional)

Type: LinkableInput

data_sources

If the stream is null, retrieves the file path from the data sources.

Type: LinkableInput

Outputs

fields_container

Type: LinkableOutput

Constructors

Constructor

rigid_transformation()

Constructor

rigid_transformation(streams_container, data_sources, config)

Parameters:

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

Constructor

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