ResultAnimationOptions#

class ansys.mechanical.stubs.v261.Ansys.Mechanical.Graphics.ResultAnimationOptions(graphics: Ansys.Common.Interop.Gfx.IDSGraphics)#

Bases: object

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

AcceleratedAnimationWillBeUsed

Whether the accelerated animation will be used given the current result and display options.

CanEngageMultiViewportAnimation

CanEngageMultiViewportAnimation property.

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.

MultiViewportAnimation

MultiViewportAnimation property.

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.AcceleratedAnimationWillBeUsed: bool | None#

Whether the accelerated animation will be used given the current result and display options.

property ResultAnimationOptions.CanEngageMultiViewportAnimation: bool | None#

CanEngageMultiViewportAnimation property.

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.MultiViewportAnimation: bool | None#

MultiViewportAnimation property.

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.

Method detail#

ResultAnimationOptions.Equals(obj: Any) bool#

Equals method.

ResultAnimationOptions.GetHashCode() int#

GetHashCode method.

ResultAnimationOptions.GetType() type#

GetType method.

ResultAnimationOptions.ToString() str#

ToString method.