result animation load

HyperView - MultiCoreLoads an animation.

Syntax

result animation load all

result animation load frame

result animation load timerange

result animation load <id>

Arguments

all
Loads all steps of the current subcase.
Example
result animation load all
frame
Load specific frames.
Example
result animation load frame 1
result animation load frame last5-last3
timerange
Load specific frames based on a time range.
Example
result animation load timerange 0-0.014998
<id>
Loads all or part of a specific subcase.
all
Load all steps of a particular subcase.
Example
result animation load "Loadcase 1" all
frame
Load specific frames of a particular subcase.
Examples
result animation load "Loadcase 1" frame 10-12
result animation load "Loadcase 1" frame 3
timerange
Load specific frames of a particular subcase using a time range.
Example
result animation load "Loadcase 1" timerange 0-0.079998