plastic_strain_rotation_by_euler_nodes class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.result
Summary
read Euler angles on elements from the result file and rotate the fields in the fieldsContainer.
available inputs: fields_container (FieldsContainer) (optional), streams_container (StreamsContainer, Stream) (optional), data_sources (DataSources)
available outputs: fields_container (FieldsContainer)
Example
op = plastic_strain_rotation_by_euler_nodes()
op = plastic_strain_rotation_by_euler_nodes(fields_container=my_fields_container,streams_container=my_streams_container,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
fields_container
Type: LinkableInput
streams_container
Type: LinkableInput
data_sources
Type: LinkableInput
Outputs
fields_container
Type: LinkableOutput
Constructors
Constructor
plastic_strain_rotation_by_euler_nodes()
Constructor
plastic_strain_rotation_by_euler_nodes(fields_container, streams_container, data_sources, config)
Parameters:
fields_container(object)streams_container(object)data_sources(object)config(OperatorConfig)
Constructor
plastic_strain_rotation_by_euler_nodes(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