FastDisplayMode#
- class ansys.fluent.core.generated.datamodel_242.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.
Methods:
__init__
(service, rules, path)__init__ method of PyMenu class.
- 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 Transparency(service, rules, path=None)#
Bases:
PyParameter
Parameter Transparency of value type bool.
- __init__(service, rules, path)#
__init__ method of PyMenu class.