result tensor load
Upfront Data LoaderLoads the tensor data type.
Syntax
result tensor load <name> <name1>=<value1>, ?<name2>=<value2>?, ... ?<nameN>=<valueN>?
Arguments
- <name>
- The name of the tensor plot.
- <name>=<value>
- The name=value data name and/or attribute pairs that define
the relevant data for the plot. 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.
- 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 load "Stress, Analysis System" p1major=true p2mid=true p3minor=true projectionrule="none" type="Stress"