Skip to main content

DPF Mechanical 2026 R1

nodal_to_global class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.result

Summary

Rotates nodal elemental results to global coordinate system

available inputs: fieldA (Field), fieldB (Field)

available outputs: field (Field)

Example

op = nodal_to_global()

op = nodal_to_global(fieldA=my_fieldA,fieldB=my_fieldB)

Class Information

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

Inputs

fieldA

Vector or tensor field that must be rotated, expressed in nodal coordinate system.

Type: LinkableInput

fieldB

Nodal euler angles defined from a result file. Those must be the rotations from Nodal to Global.

Type: LinkableInput

Outputs

field

Rotated field

Type: LinkableOutput

Constructors

Constructor

nodal_to_global()

Constructor

nodal_to_global(fieldA, fieldB, config)

Parameters:

  • fieldA (object)
  • fieldB (object)
  • config (OperatorConfig)

Constructor

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