FastDisplayMode#

class ansys.fluent.core.datamodel_241.preferences.Root.Graphics.Performance.FastDisplayMode(service, rules, path)

Bases: PyMenu

Singleton FastDisplayMode.

Classes:

Culling(service, rules[, path])

Parameter Culling of value type int.

FacesShown(service, rules[, path])

Parameter FacesShown of value type bool.

MarkersDecimation(service, rules[, path])

Parameter MarkersDecimation of value type float.

NodesShown(service, rules[, path])

Parameter NodesShown of value type bool.

PerimeterEdgesShown(service, rules[, path])

Parameter PerimeterEdgesShown of value type bool.

SilhouetteShown(service, rules[, path])

Parameter SilhouetteShown of value type bool.

Status(service, rules[, path])

Parameter Status of value type str.

Transparency(service, rules[, path])

Parameter Transparency of value type bool.

class Culling(service, rules, path=None)

Bases: PyNumerical

Parameter Culling of value type int.

class FacesShown(service, rules, path=None)

Bases: PyParameter

Parameter FacesShown of value type bool.

class MarkersDecimation(service, rules, path=None)

Bases: PyNumerical

Parameter MarkersDecimation of value type float.

class NodesShown(service, rules, path=None)

Bases: PyParameter

Parameter NodesShown of value type bool.

class PerimeterEdgesShown(service, rules, path=None)

Bases: PyParameter

Parameter PerimeterEdgesShown of value type bool.

class SilhouetteShown(service, rules, path=None)

Bases: PyParameter

Parameter SilhouetteShown of value type bool.

class Status(service, rules, path=None)

Bases: PyTextual

Parameter Status of value type str.

class Transparency(service, rules, path=None)

Bases: PyParameter

Parameter Transparency of value type bool.