AnimationExportSettings#

class ansys.mechanical.stubs.v261.Ansys.Mechanical.Graphics.AnimationExportSettings(width: int, height: int)#

Bases: object

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Height

Specifies the video height.

TemporaryFramesPath

When not null, this parameter tells the animation tool to leave behind at the specified directory PNG images of each frame used to generate the animation.

Width

Specifies the video width.

Property detail#

property AnimationExportSettings.Height: int | None#

Specifies the video height.

property AnimationExportSettings.TemporaryFramesPath: str | None#

When not null, this parameter tells the animation tool to leave behind at the specified directory PNG images of each frame used to generate the animation.

property AnimationExportSettings.Width: int | None#

Specifies the video width.

Method detail#

AnimationExportSettings.Equals(obj: Any) bool#

Equals method.

AnimationExportSettings.GetHashCode() int#

GetHashCode method.

AnimationExportSettings.GetType() type#

GetType method.

AnimationExportSettings.ToString() str#

ToString method.