Performance#

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

Bases: PyMenu

Singleton Performance.

Classes:

FastDisplayMode(service, rules, path)

Singleton FastDisplayMode.

MinimumFrameRate(service, rules, path)

Singleton MinimumFrameRate.

OptimizeFor(service, rules[, path])

Parameter OptimizeFor of value type str.

RatioOfTargetFrameRateToClassifyHeavyGeometry(...)

Parameter RatioOfTargetFrameRateToClassifyHeavyGeometry of value type float.

RatioOfTargetFrameRateToDeclassifyHeavyGeometry(...)

Parameter RatioOfTargetFrameRateToDeclassifyHeavyGeometry of value type float.

class 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.

class MinimumFrameRate(service, rules, path)

Bases: PyMenu

Singleton MinimumFrameRate.

Classes:

DynamicAdjustment(service, rules[, path])

Parameter DynamicAdjustment of value type bool.

Enabled(service, rules[, path])

Parameter Enabled of value type bool.

FixedCullingValue(service, rules[, path])

Parameter FixedCullingValue of value type int.

MaximumCullingThreshold(service, rules[, path])

Parameter MaximumCullingThreshold of value type int.

MinimumCullingThreshold(service, rules[, path])

Parameter MinimumCullingThreshold of value type int.

TargetFPS(service, rules[, path])

Parameter TargetFPS of value type int.

class DynamicAdjustment(service, rules, path=None)

Bases: PyParameter

Parameter DynamicAdjustment of value type bool.

class Enabled(service, rules, path=None)

Bases: PyParameter

Parameter Enabled of value type bool.

class FixedCullingValue(service, rules, path=None)

Bases: PyNumerical

Parameter FixedCullingValue of value type int.

class MaximumCullingThreshold(service, rules, path=None)

Bases: PyNumerical

Parameter MaximumCullingThreshold of value type int.

class MinimumCullingThreshold(service, rules, path=None)

Bases: PyNumerical

Parameter MinimumCullingThreshold of value type int.

class TargetFPS(service, rules, path=None)

Bases: PyNumerical

Parameter TargetFPS of value type int.

class OptimizeFor(service, rules, path=None)

Bases: PyTextual

Parameter OptimizeFor of value type str.

class RatioOfTargetFrameRateToClassifyHeavyGeometry(service, rules, path=None)

Bases: PyNumerical

Parameter RatioOfTargetFrameRateToClassifyHeavyGeometry of value type float.

class RatioOfTargetFrameRateToDeclassifyHeavyGeometry(service, rules, path=None)

Bases: PyNumerical

Parameter RatioOfTargetFrameRateToDeclassifyHeavyGeometry of value type float.