result tensor edit

HyperView - MultiCoreEdits the tensor data type.

Syntax

result tensor edit <name> <name1>=<value1>, ?<name2>=<value2>?, ... ?<nameN>=<valueN>?

Arguments

<name>
The name of the tensor to edit.
<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.
averageatnode=<true/false>
The averaging method HyperView used to average the results.
cornerdata=<true/false>
Enables HyperView to use corner tensors.
format=<principal/component>
The tensor plot format type: principal or component.
layer=<layer>
If a layer definition is available for an element, you can create a tensor plot for a specified element layer by selecting Lower, Mid, or Upper. The settings will be applied to all layers defined in the model.
layerfilter=<layerfilter id/layerfilter label?>
Enter an ID value or a label to reduce the layer list available for aggregation for the data types which have layers.
marked = <true/false>
Enable/disabled marked elements.
p1major/p2mid/p3minor=<true/false>
xx/yy/zz/xy/yz/zx=<true/false>
Edit any principal or component of a tensor.
For Principal, enter true or false for p1(major), p2(mid), or p3(minor).
For Component, enter true or false for the xx, yy, zz, xy, yz, or zx coordinates.
projectionrule=<none/xy/xz/yx/yz/zx/zy>
For shell (or planar) elements, results in any 3D coordinate system can be projected onto the element plane. Enter none to not use the projection rule.
showmidnoderesults=<true/false>
Calculate and show the tensors at the mid-side nodes if it is not available in the results file.
sset = <sset name>
Enter a selection set name.
system=<analysis/global/elemental/system name>
Enter the coordinate system type that will be used to calculate the results.
type =<typel>
The result type.

Example

result tensor edit "Current Tensor" avgatnode=true
result tensor edit "Current Tensor" cornerdata=true
result tensor edit "Current Tensor" format=component
result tensor edit "Current Tensor" layer=Mid
result tensor edit "Current Tensor" layerfilter=1
result tensor edit "Current Tensor" marked=true
result tensor edit "Current Tensor" mid=true minor=true major=true
result tensor edit "Current Tensor" xx=true yy=true zz=true xy=true yz=true zx=true
result tensor edit "Current Tensor" projectionrule=true
result tensor edit "Current Tensor" showmidnoderesults=true
result tensor edit "Current Tensor" sset="1D Set"
result tensor edit "Current Tensor" system=elemental