Selections#
- class ansys.fluent.core.generated.datamodel_242.preferences.Root.Appearance.Selections(service, rules, path)#
Bases:
PyMenu
Singleton Selections.
Classes:
EnableHighlightEdgeTransparency
(service, rules)Parameter EnableHighlightEdgeTransparency of value type bool.
GeneralDisplacement
(service, rules[, path])Parameter GeneralDisplacement of value type int.
HighlightEdgeColor
(service, rules[, path])Parameter HighlightEdgeColor of value type str.
HighlightEdgeWeight
(service, rules[, path])Parameter HighlightEdgeWeight of value type int.
HighlightFaceColor
(service, rules[, path])Parameter HighlightFaceColor of value type str.
HighlightGloss
(service, rules[, path])Parameter HighlightGloss of value type float.
HighlightSpecularComponent
(service, rules[, ...])Parameter HighlightSpecularComponent of value type str.
HighlightTransparency
(service, rules[, path])Parameter HighlightTransparency of value type float.
MouseHoverProbeValuesEnabled
(service, rules)Parameter MouseHoverProbeValuesEnabled of value type bool.
MouseOverHighlightEnabled
(service, rules[, path])Parameter MouseOverHighlightEnabled of value type bool.
ProbeTooltipHideDelayTimer
(service, rules[, ...])Parameter ProbeTooltipHideDelayTimer of value type int.
ProbeTooltipShowDelayTimer
(service, rules[, ...])Parameter ProbeTooltipShowDelayTimer of value type int.
Methods:
__init__
(service, rules, path)__init__ method of PyMenu class.
- class EnableHighlightEdgeTransparency(service, rules, path=None)#
Bases:
PyParameter
Parameter EnableHighlightEdgeTransparency of value type bool.
- class GeneralDisplacement(service, rules, path=None)#
Bases:
PyNumerical
Parameter GeneralDisplacement of value type int.
- class HighlightEdgeColor(service, rules, path=None)#
Bases:
PyTextual
Parameter HighlightEdgeColor of value type str.
- class HighlightEdgeWeight(service, rules, path=None)#
Bases:
PyNumerical
Parameter HighlightEdgeWeight of value type int.
- class HighlightFaceColor(service, rules, path=None)#
Bases:
PyTextual
Parameter HighlightFaceColor of value type str.
- class HighlightGloss(service, rules, path=None)#
Bases:
PyNumerical
Parameter HighlightGloss of value type float.
- class HighlightSpecularComponent(service, rules, path=None)#
Bases:
PyTextual
Parameter HighlightSpecularComponent of value type str.
- class HighlightTransparency(service, rules, path=None)#
Bases:
PyNumerical
Parameter HighlightTransparency of value type float.
- class MouseHoverProbeValuesEnabled(service, rules, path=None)#
Bases:
PyParameter
Parameter MouseHoverProbeValuesEnabled of value type bool.
- class MouseOverHighlightEnabled(service, rules, path=None)#
Bases:
PyParameter
Parameter MouseOverHighlightEnabled of value type bool.
- class ProbeTooltipHideDelayTimer(service, rules, path=None)#
Bases:
PyNumerical
Parameter ProbeTooltipHideDelayTimer of value type int.
- class ProbeTooltipShowDelayTimer(service, rules, path=None)#
Bases:
PyNumerical
Parameter ProbeTooltipShowDelayTimer of value type int.
- __init__(service, rules, path)#
__init__ method of PyMenu class.