GraphicsEffects#
- class ansys.fluent.core.generated.datamodel_242.preferences.Root.Graphics.GraphicsEffects(service, rules, path)#
Bases:
PyMenu
Singleton GraphicsEffects.
Classes:
AmbientOcclusionEnabled
(service, rules[, path])Parameter AmbientOcclusionEnabled of value type bool.
AmbientOcclusionQuality
(service, rules[, path])Parameter AmbientOcclusionQuality of value type str.
AmbientOcclusionStrength
(service, rules[, path])Parameter AmbientOcclusionStrength of value type int.
AntiAliasing
(service, rules[, path])Parameter AntiAliasing of value type bool.
BloomBlur
(service, rules[, path])Parameter BloomBlur of value type int.
BloomEnabled
(service, rules[, path])Parameter BloomEnabled of value type bool.
BloomStrength
(service, rules[, path])Parameter BloomStrength of value type int.
GridColor
(service, rules[, path])Parameter GridColor of value type str.
GridPlaneCount
(service, rules[, path])Parameter GridPlaneCount of value type int.
GridPlaneEnabled
(service, rules[, path])Parameter GridPlaneEnabled of value type bool.
GridPlaneOffset
(service, rules[, path])Parameter GridPlaneOffset of value type int.
GridPlaneSizeFactor
(service, rules[, path])Parameter GridPlaneSizeFactor of value type int.
PlaneDirection
(service, rules[, path])Parameter PlaneDirection of value type str.
ReflectionsEnabled
(service, rules[, path])Parameter ReflectionsEnabled of value type bool.
ShadowMapEnabled
(service, rules[, path])Parameter ShadowMapEnabled of value type bool.
ShowEdgeReflections
(service, rules[, path])Parameter ShowEdgeReflections of value type bool.
ShowMarkerReflections
(service, rules[, path])Parameter ShowMarkerReflections of value type bool.
SimpleShadowsEnabled
(service, rules[, path])Parameter SimpleShadowsEnabled of value type bool.
UpdateAfterMouseRelease
(service, rules[, path])Parameter UpdateAfterMouseRelease of value type bool.
Methods:
__init__
(service, rules, path)__init__ method of PyMenu class.
- class AmbientOcclusionEnabled(service, rules, path=None)#
Bases:
PyParameter
Parameter AmbientOcclusionEnabled of value type bool.
- class AmbientOcclusionQuality(service, rules, path=None)#
Bases:
PyTextual
Parameter AmbientOcclusionQuality of value type str.
- class AmbientOcclusionStrength(service, rules, path=None)#
Bases:
PyNumerical
Parameter AmbientOcclusionStrength of value type int.
- class AntiAliasing(service, rules, path=None)#
Bases:
PyParameter
Parameter AntiAliasing of value type bool.
- class BloomBlur(service, rules, path=None)#
Bases:
PyNumerical
Parameter BloomBlur of value type int.
- class BloomEnabled(service, rules, path=None)#
Bases:
PyParameter
Parameter BloomEnabled of value type bool.
- class BloomStrength(service, rules, path=None)#
Bases:
PyNumerical
Parameter BloomStrength of value type int.
- class GridPlaneCount(service, rules, path=None)#
Bases:
PyNumerical
Parameter GridPlaneCount of value type int.
- class GridPlaneEnabled(service, rules, path=None)#
Bases:
PyParameter
Parameter GridPlaneEnabled of value type bool.
- class GridPlaneOffset(service, rules, path=None)#
Bases:
PyNumerical
Parameter GridPlaneOffset of value type int.
- class GridPlaneSizeFactor(service, rules, path=None)#
Bases:
PyNumerical
Parameter GridPlaneSizeFactor of value type int.
- class PlaneDirection(service, rules, path=None)#
Bases:
PyTextual
Parameter PlaneDirection of value type str.
- class ReflectionsEnabled(service, rules, path=None)#
Bases:
PyParameter
Parameter ReflectionsEnabled of value type bool.
- class ShadowMapEnabled(service, rules, path=None)#
Bases:
PyParameter
Parameter ShadowMapEnabled of value type bool.
- class ShowEdgeReflections(service, rules, path=None)#
Bases:
PyParameter
Parameter ShowEdgeReflections of value type bool.
- class ShowMarkerReflections(service, rules, path=None)#
Bases:
PyParameter
Parameter ShowMarkerReflections of value type bool.
- class SimpleShadowsEnabled(service, rules, path=None)#
Bases:
PyParameter
Parameter SimpleShadowsEnabled of value type bool.
- class UpdateAfterMouseRelease(service, rules, path=None)#
Bases:
PyParameter
Parameter UpdateAfterMouseRelease of value type bool.
- __init__(service, rules, path)#
__init__ method of PyMenu class.