Skip to main content

Mechanical scripting interface

ResultAnimationOptions

Last update: 14.01.2025

class Ansys.Mechanical.Graphics.ResultAnimationOptions

Bases: object

ResultAnimationOptions class.

Overview

Properties

Name Description
DisplacementTraces Gets or Sets if the Displacement Traces are Enabled/Disabled
Duration Gets or Sets the Duration for Result Animation.
FitDeformationScalingToAnimation Gets or Sets if the Animation Displacement Fits for full range of Time Steps in the Screen.
NumberOfFrames Gets or Sets the Number Of Frames for Distributed Result Animation.
RangeType Gets or Sets the Range Type for Result Animation.
TimeDecay Gets or Sets the Time Decay.
TimeDecayCycles Gets or Sets the Number of Cycles for Time Decay.
UpdateContourRangeAtEachFrame Gets or Sets if the Legend Contours will Update at Each Frame.

Property detail

property ResultAnimationOptions.DisplacementTraces : bool | None

Gets or Sets if the Displacement Traces are Enabled/Disabled

property ResultAnimationOptions.Duration : Ansys.Core.Units.Quantity | None

Gets or Sets the Duration for Result Animation.

property ResultAnimationOptions.FitDeformationScalingToAnimation : bool | None

Gets or Sets if the Animation Displacement Fits for full range of Time Steps in the Screen.

property ResultAnimationOptions.NumberOfFrames : int | None

Gets or Sets the Number Of Frames for Distributed Result Animation.

property ResultAnimationOptions.RangeType : Ansys.Mechanical.DataModel.Enums.ResultAnimationRangeType | None

Gets or Sets the Range Type for Result Animation.

property ResultAnimationOptions.TimeDecay : bool | None

Gets or Sets the Time Decay.

property ResultAnimationOptions.TimeDecayCycles : int | None

Gets or Sets the Number of Cycles for Time Decay.

property ResultAnimationOptions.UpdateContourRangeAtEachFrame : bool | None

Gets or Sets if the Legend Contours will Update at Each Frame.