result vector create

HyperView - MultiCoreCreates a vector data type.

Syntax

result vector create <name> <name1>=<value1>, ?<name2>=<value2>?, ... ?<nameN>=<valueN>?

Arguments

<name>
The name of the vector to create.
<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.
cornerdata=<true/false>
If corner data is available, enter true to use the Use corner data option, which displays color bands by interpolating available corner results within each element.
layer=<layer>
The layer definition.
layerfilter=<layerfilter id/layerfilter label?>
Enter the filter ID and value to reduce the layer list.
marked = <true/false>
Enable/disabled marked elements.
sset = <sset name>
Enter a selection set name.
system=<analysis/global/elemental/system name>
Enter the coordinate system that will be used to plot the results.
type =<typel>
The result type.
usetracking=<true/false>
If a tracking system has been activated in the Tracking panel, enter true to transform and resolve the results in the activated tracking system.

Examples

result vector create "Velocity, None, Global System" system=global type=Velocity
result vector create "Displacement, None, Analysis System" type=Displacement