result animation unload

HyperView - MultiCoreUnloads an animation.

Syntax

result animation unload all

result animation unload frame

result animation unload timerange

result animation unload <subcase id>

Arguments

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