_Scene#

class ansys.fluent.core.datamodel_241.flicing.Root.Case.Results.Graphics.Scene._Scene(service, rules, path)

Bases: PyMenu

Singleton _Scene.

Classes:

Diff(service, rules, command[, path])

Command Diff.

Display(service, rules, command[, path])

Command Display.

GraphicsObjects(service, rules[, path])

Parameter GraphicsObjects of value type Dict[str, Any].

Pull(service, rules, command[, path])

Command Pull.

Push(service, rules, command[, path])

Command Push.

SaveAnimation(service, rules, command[, path])

Command SaveAnimation.

SaveImage(service, rules, command[, path])

Command SaveImage.

SyncStatus(service, rules[, path])

Parameter SyncStatus of value type str.

WindowId(service, rules[, path])

Parameter WindowId of value type int.

class Diff(service, rules, command, path=None)

Bases: PyCommand

Command Diff.

Returns:
bool
class Display(service, rules, command, path=None)

Bases: PyCommand

Command Display.

Returns:
bool
class GraphicsObjects(service, rules, path=None)

Bases: PyDictionary

Parameter GraphicsObjects of value type Dict[str, Any].

class Pull(service, rules, command, path=None)

Bases: PyCommand

Command Pull.

Returns:
bool
class Push(service, rules, command, path=None)

Bases: PyCommand

Command Push.

Returns:
bool
class SaveAnimation(service, rules, command, path=None)

Bases: PyCommand

Command SaveAnimation.

Parameters:
FileNamestr
Formatstr
FPSfloat
AntiAliasingPassesstr
Qualitystr
H264bool
Compressionstr
BitRateint
JPegQualityint
PPMFormatstr
UseWhiteBackgroundbool
Orientationstr
ResolutionDict[str, Any]
Returns:
None
class SaveImage(service, rules, command, path=None)

Bases: PyCommand

Command SaveImage.

Parameters:
FileNamestr
Formatstr
FileTypestr
Coloringstr
Orientationstr
UseWhiteBackgroundbool
ResolutionDict[str, Any]
Returns:
bool
class SyncStatus(service, rules, path=None)

Bases: PyTextual

Parameter SyncStatus of value type str.

class WindowId(service, rules, path=None)

Bases: PyNumerical

Parameter WindowId of value type int.