result tensor display

Changes the value display.

Syntax

result tensor display <name1>=<value1>

Arguments

<name1>=<value1>
The name=value data name and/or attribute pairs that define the relevant data. For attributes, this can be either the attribute name or ID.
drawmode=<regular/moment/crowsfoot>
Select a drawing mode for the tensor.
regular
Common data types like stresses and strains in the tensor format are shown with arrows (default).
moment
Shell element moments.
crowsfoot
Draws a plot of three vectors on a shell element (known as a Crow’s foot plot).
font=<font>
Change font settings for the tensor plot prefix and value labels.
fontsize=<fontsize>
Set the font size for the tensor plot prefix and value labels.
headtype=<arrow/none>
Select a display option for the tensor head.
  • Arrow - Displays the tensor as an arrow.
  • None - Displays the tensor as a straight line.
principalnormalprefix=<true/false>
Display the prefixes of the individual principals ("P1 =", "P2 =", "P3 =").
principalnormalvalues=<true/false>
Display the values of individual principals (P1, P2, P3) at the tips of the arrows.
scalevalue=<double>
Increase or decrease the size according to a scaling value.
shearprefix=<true/false>
Display the prefixes of the individual shear components ("XY =", "YZ =", "ZX =").
shearvalues=<true/false>
Display the values of individual shear components (XY, YZ, ZX).
sizescaling=<magnitude/normalize>
magnitude
The tensor size is displayed relative to the value of the tensors.
normalize
The tensor is stretched or reduced according to the element size so that the largest component fits in the element.

Example

result tensor display principalnormalvalues=true shearprefix=true shearvalues=false principalnormalprefix=true fontsize=10
result tensor display drawmode=Moment
result tensor display font=arial
result tensor display fontsize=16
result tensor display headtype=Arrow
result tensor display principalnormalprefix=false
result tensor display principalnormalvalues=true
result tensor display scalevalue=1
result tensor display shearprefix=false
result tensor display shearvalues=true
result tensor display sizescaling=magnitude